Defines the interface of EntityType, which is a wrapper class to Type of entity class.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public interface IEntityType : IReadonlyCartellaObject, IBaseObject, IUniqueObject |
| Visual Basic |
|---|
Public Interface IEntityType _ Inherits IReadonlyCartellaObject, IBaseObject, IUniqueObject |
| Visual C++ |
|---|
public interface class IEntityType : IReadonlyCartellaObject, IBaseObject, IUniqueObject |