Definition for the base of all representation of fully accessible data records.
All other fully accessible data records representation types are based on this type.
This interface inherits IBaseObject, IDataUniqueObject, and IBatchUpdatable
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface ICartellaObject : IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual Basic |
---|
Public Interface ICartellaObject _ Inherits IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |
Visual C++ |
---|
public interface class ICartellaObject : IBaseObject, IDatedUniqueObject, IUniqueObject, IBatchUpdatable |