|
M
Dispose()
|
None
|
Releases all resources used by the Schema
|
|
|
M
Equals
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
EraseSchemaAndAllEntities(Schema, Boolean)
|
None
|
Obsolete. Erases all Entities corresponding to this Schema from all open documents, and erases
this Schema from memory.
|
|
|
M
GetField(String)
|
The Field
|
Gets a Field of a given name from the Schema.
|
|
|
M
GetHashCode
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetType
|
None
|
(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()
|
bool
|
Checks whether Entities of this Schema may be retrieved by the current add-in.
|
|
|
M
ToString
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
WriteAccessGranted()
|
bool
|
Checks whether Entities of this Schema may be stored by the current add-in.
|
|