Share

Schema Methods

The Schema type exposes the following members.

Methods

 NameDescription
Public methodDispose 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetField Gets a Field of a given name from the Schema.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodListFields The complete list of fields in the Schema, sorted by name.
Public methodStatic memberListSchemas Lists all schemas in memory.
Public methodStatic memberLookup Finds the Schema corresponding to the GUID in memory.
Public methodReadAccessGranted Checks whether Entities of this Schema may be retrieved by the current add-in.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteAccessGranted Checks whether Entities of this Schema may be stored by the current add-in.

See Also

Reference

Was this information helpful?