The IEntityType type exposes the following members.

Methods

  NameDescription
Public methodGetFields
Get a collection of fields.
(Inherited from IBaseObject.)
Public methodInitialize (Inherited from IBaseObject.)
Public methodSetupDelegates
Assign actual methods to the delegates.
(Inherited from IReadonlyCartellaObject.)

Properties

  NameDescription
Public propertyDefaultViewName
Public propertyEntityTypeSetting
Public propertyID
Get ID of the object
(Inherited from IUniqueObject.)
Public propertyIsNewObject (Inherited from IBaseObject.)
Public propertyItem
Indexer. Get, set field value by field name.
(Inherited from IBaseObject.)
Public propertyLargeIconName
Public propertyName
Get, set Name of the object
(Inherited from IUniqueObject.)
Public propertyProcedure_AllRecordsRetrieval
The delegate for retrieving all items of the current type.
(Inherited from IReadonlyCartellaObject.)
Public propertyProcedure_FullRecordRetrieval
Storage for the delegate procedure that retrieves the full content of the current object.
(Inherited from IReadonlyCartellaObject.)
Public propertySiteManager
Gets the SiteManager instance for the current session.
(Inherited from IReadonlyCartellaObject.)
Public propertySmallIconName
Public propertyType
Get the Type of entity class
Public propertyTypeID
Get the TypeID for the given entity class
Public propertyUniqueIdField
Get Unique ID field in field collection.
(Inherited from IBaseObject.)

See Also