CAEXDocument Properties |
The CAEXDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeTypeLib | Gets the collection of SystemUnitClassLib objects contained in the CAEXFile. | |
| CAEXFile | Gets the CAEXFile which is the wrapper for the root element in the CAEX document | |
| Commands | Gets the command instance for this document, which enables registration of change events | |
| DefaultSchema | The Default schema for new CAEX documents | |
| FilePath | Gets the last used full file path of the document as used in SaveToFile(String, Boolean) and LoadFromFile(String, Boolean). If no FilePath is defined but a CAEX FileName exists, the CAEX FileName is returned. | |
| InstanceHierarchy | Gets the collection of InstanceHierarchy objects contained in the CAEXFile. | |
| InterfaceClassLib | Gets the collection of InterfaceClassLib objects contained in the CAEXFile. | |
| RoleClassLib | Gets the collection of RoleClassLib objects contained in the CAEXFile. | |
| Schema | Gets the Schema of the CAEXDocument | |
| SchemaManager | Gets the schema manager for this document | |
| SchemaVersionString | Gets the schema version string for the assigned schema | |
| SystemUnitClassLib | Gets the collection of SystemUnitClassLib objects contained in the CAEXFile. | |
| XDocument |
Gets the underlying XDocument
(Inherited from XDocumentWrapper) |