2027 Members
Changes 0
M

Entity Methods

Name Return Type Description Inherited From
M Clear(Field) None Resets the field to its default value.
M Clear(String) None Resets the field to its default value.
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M Get<FieldType>(Field) FieldType Retrieves the value of the field in the entity.
M Get<FieldType>(String) FieldType 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 Get<FieldType>(String, ForgeTypeId) FieldType Retrieves the value of the field in the entity.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsValid() Boolean Checks whether this Entity has a live Schema corresponding to it.
M ReadAccessGranted() Boolean Checks whether this Entity may be retrieved by the current add-in.
M RecognizedField(Field) Boolean Checks whether a Field belongs to the same Schema as this Entity.
M Set<FieldType>(Field, FieldType) Set Stores the value of the field in the entity.
M Set<FieldType>(String, FieldType) Set 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 Set<FieldType>(String, FieldType, ForgeTypeId) Set Stores the value of the field in the entity.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
M WriteAccessGranted() Boolean Checks whether this Entity may be stored by the current add-in.