![]() | Query |
The QueryResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllCaexObjects | Gets the CAEX objects from the query result. |
![]() | AllElementsIdentifiedByCAEXPath | Gets all the elements which are identifiable by a CAEX path. Elements having the same path are grouped together. Use this method to validate the existence of not unique CAEXPaths. |
![]() | AllElementsWithAliasReference | Gets all the elements with an alias reference. Elements referencing the same Alias are grouped together. Use this method to validate the existence of referenced externals. |
![]() | AllElementsWithCAEXPathReference | Gets all the elements with a path reference. Elements referencing the same path are grouped together. Use this method to validate the existence of referenced classes. |
![]() | AllElementsWithIDReference | Gets all the elements with identifier references. Elements referencing the same ID are grouped together. Use this method to validate the existence of referenced IDs. |
![]() | AllElementsWithIDs | Gets all the elements with IDs. Elements using the same ID are grouped together. Use this method to validate the uniqueness of IDs. |
![]() | AllElementsWithNameReference | Gets all the elements with a name reference. Elements referencing the same name are grouped together. Use this method to validate the existence of referenced elements. |
![]() | AllInternalElementMasters | Gets all InternalElement objects from the document which are masters. |
![]() | AllInternalElementMirrors | Gets all InternalElement objects from the document which are mirrors. |
![]() | CaexObjectsOfTypeT | Gets the CAEX objects of the specified type from the query result. |
![]() | ElementsWithAliasReference | Gets alls the elements from the document which use the provided Alias in a reference |
![]() | ElementsWithCAEXPathReference | Gets alls the elements from the document which have a reference to the provided Path. |
![]() | ElementsWithIDReference | Gets alls the elements from the document which have a reference to the provided ID. |
![]() | ElementsWithInternalLinkRelations | Returns all InternalElements and SystemUnitClasses in the defined Document, which are related to others via InternalLinks. |
![]() | ExternalInterfaces | Gets the ExternalInterface objects from the query result. |
![]() | InternalElementMirrors | Returns all Mirrors of the specified InternalElement. |
![]() | InternalElements | Gets the InternalElement objects from the query result. |
![]() | InternalLinks | Gets the InternalLink objects from the query result. |
![]() | InternalLinksToElement | Gets all InternalLink referencing the provided SystemUnitClass object. |
![]() | InternalLinksToInterface | Gets all InternalLinks that reference the specified ExternalInterface. |
![]() | ReferencesWithName | Gets all the references with the provided name from the query result. |