IEntitySubtype Interface
Description
Represents an Entity Subtype.
Public Methods
Public Method GetAttributeValueGet the value of an entity attribute by its id.
Public Method GetAttributeValueByNameGet the value of an entity attribute by its name.
Public Method GetFieldGets the TDField specified by FieldName.
Public Method IsFieldRelevantToSubtypeChecks If Field (By Name) Is Relevant to this Subtype.
Public Properties
Public Property FieldsThe list of TDField objects for this type.
Public Property IDThe Subtype ID.
Public Property NameThe Subtype name.
See Also