|
M
Clear(String)
|
None
|
Resets the field to its default value.
|
|
|
M
Clear(Field)
|
None
|
Resets the field to its default value.
|
|
|
M
Dispose()
|
None
|
Releases all resources used by the Entity
|
|
|
M
Equals
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
Get.FieldType.(String)
|
FieldType
|
Retrieves the value of the field in the entity.
|
|
|
M
Get.FieldType.(Field)
|
FieldType
|
Retrieves the value of the field in the entity.
|
|
|
M
Get.FieldType.(String, DisplayUnitType)
|
FieldType
|
Obsolete. Retrieves the value of the field in the entity.
|
|
|
M
Get.FieldType.(String, ForgeTypeId)
|
FieldType
|
Retrieves the value of the field in the entity.
|
|
|
M
Get.FieldType.(Field, DisplayUnitType)
|
FieldType
|
Obsolete. Retrieves the value of the field in the entity.
|
|
|
M
Get.FieldType.(Field, ForgeTypeId)
|
FieldType
|
Retrieves the value of the field in the entity.
|
|
|
M
GetHashCode
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetType
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
IsValid()
|
bool
|
Checks whether this Entity has a live Schema corresponding to it.
|
|
|
M
ReadAccessGranted()
|
bool
|
Checks whether this Entity may be retrieved by the current add-in.
|
|
|
M
RecognizedField(Field)
|
bool
|
Checks whether a Field belongs to the same Schema as this Entity.
|
|
|
M
Set.FieldType.(String, FieldType)
|
Set
|
Stores the value of the field in the entity.
|
|
|
M
Set.FieldType.(Field, FieldType)
|
Set
|
Stores the value of the field in the entity.
|
|
|
M
Set.FieldType.(String, FieldType, DisplayUnitType)
|
Set
|
Obsolete. Stores the value of the field in the entity.
|
|
|
M
Set.FieldType.(String, FieldType, ForgeTypeId)
|
Set
|
Stores the value of the field in the entity.
|
|
|
M
Set.FieldType.(Field, FieldType, DisplayUnitType)
|
Set
|
Obsolete. Stores the value of the field in the entity.
|
|
|
M
Set.FieldType.(Field, FieldType, ForgeTypeId)
|
Set
|
Stores the value of the field in the entity.
|
|
|
M
ToString
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
WriteAccessGranted()
|
bool
|
Checks whether this Entity may be stored by the current add-in.
|
|