2027 Members
Changes 0
M

Schema Methods

Name Return Type Description Inherited From
M Dispose() None
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetField(String) Field Gets a Field of a given name from the Schema.
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 ListFields() IList<Field> The complete list of fields in the Schema, sorted by name.
M ListSchemas() IList<Schema> Lists all schemas in memory.
M Lookup(Guid) Schema Finds the Schema corresponding to the GUID in memory.
M ReadAccessGranted() Boolean Checks whether Entities of this Schema may be retrieved by the current add-in.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
M WriteAccessGranted() Boolean Checks whether Entities of this Schema may be stored by the current add-in.