Definition for the basis of all Data-Bound Objects.
Namespace: Cartella.InterfacesThe 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.
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 |