Click or drag to resize

CAEXDocument Properties

The CAEXDocument type exposes the following members.

Properties
 NameDescription
Public propertyAttributeTypeLib Gets the collection of SystemUnitClassLib objects contained in the CAEXFile.
Public propertyCAEXFile Gets the CAEXFile which is the wrapper for the root element in the CAEX document
Public propertyCommands Gets the command instance for this document, which enables registration of change events
Public propertyStatic memberDefaultSchema The Default schema for new CAEX documents
Public propertyFilePath 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.
Public propertyInstanceHierarchy Gets the collection of InstanceHierarchy objects contained in the CAEXFile.
Public propertyInterfaceClassLib Gets the collection of InterfaceClassLib objects contained in the CAEXFile.
Public propertyRoleClassLib Gets the collection of RoleClassLib objects contained in the CAEXFile.
Public propertySchema Gets the Schema of the CAEXDocument
Public propertySchemaManager Gets the schema manager for this document
Public propertySchemaVersionString Gets the schema version string for the assigned schema
Public propertySystemUnitClassLib Gets the collection of SystemUnitClassLib objects contained in the CAEXFile.
Public propertyXDocument Gets the underlying XDocument
(Inherited from XDocumentWrapper)
Top
See Also