Definition for the basis of all Data-Bound Objects.

The interface provides the basic functions for a Data-Bound object, including retrieving fields, getting the object ID, get/set of the object Name, get/set the field value by field name.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IBaseObject : IUniqueObject
Visual Basic
Public Interface IBaseObject _
	Inherits IUniqueObject
Visual C++
public interface class IBaseObject : IUniqueObject

See Also