Share

Entity Methods

The Entity type exposes the following members.

Methods

 NameDescription
Public methodClear(Field) Resets the field to its default value.
Public methodClear(String) Resets the field to its default value.
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGet<FieldType>(Field) Retrieves the value of the field in the entity.
Public methodGet<FieldType>(String) Retrieves the value of the field in the entity.
Public methodGet<FieldType>(Field, ForgeTypeId) Retrieves the value of the field in the entity.
Public methodGet<FieldType>(String, ForgeTypeId) Retrieves the value of the field in the entity.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsValid Checks whether this Entity has a live Schema corresponding to it.
Public methodReadAccessGranted Checks whether this Entity may be retrieved by the current add-in.
Public methodRecognizedField Checks whether a Field belongs to the same Schema as this Entity.
Public methodSet<FieldType>(Field, FieldType) Stores the value of the field in the entity.
Public methodSet<FieldType>(String, FieldType) Stores the value of the field in the entity.
Public methodSet<FieldType>(Field, FieldType, ForgeTypeId) Stores the value of the field in the entity.
Public methodSet<FieldType>(String, FieldType, ForgeTypeId) Stores the value of the field in the entity.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteAccessGranted Checks whether this Entity may be stored by the current add-in.

See Also

Reference

Was this information helpful?