Click or drag to resize

QueryResult Methods

The QueryResult type exposes the following members.

Methods
 NameDescription
Public Extension MethodAllCaexObjects Gets the CAEX objects from the query result.
Public Extension MethodAllElementsIdentifiedByCAEXPath 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.
Public Extension MethodAllElementsWithAliasReference 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.
Public Extension MethodAllElementsWithCAEXPathReference 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.
Public Extension MethodAllElementsWithIDReference 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.
Public Extension MethodAllElementsWithIDs Gets all the elements with IDs. Elements using the same ID are grouped together. Use this method to validate the uniqueness of IDs.
Public Extension MethodAllElementsWithNameReference 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.
Public Extension MethodAllInternalElementMasters Gets all InternalElement objects from the document which are masters.
Public Extension MethodAllInternalElementMirrors Gets all InternalElement objects from the document which are mirrors.
Public Extension MethodCaexObjectsOfTypeT Gets the CAEX objects of the specified type from the query result.
Public Extension MethodElementsWithAliasReference Gets alls the elements from the document which use the provided Alias in a reference
Public Extension MethodElementsWithCAEXPathReference Gets alls the elements from the document which have a reference to the provided Path.
Public Extension MethodElementsWithIDReference Gets alls the elements from the document which have a reference to the provided ID.
Public Extension MethodElementsWithInternalLinkRelations Returns all InternalElements and SystemUnitClasses in the defined Document, which are related to others via InternalLinks.
Public Extension MethodExternalInterfaces Gets the ExternalInterface objects from the query result.
Public Extension MethodInternalElementMirrors Returns all Mirrors of the specified InternalElement.
Public Extension MethodInternalElements Gets the InternalElement objects from the query result.
Public Extension MethodInternalLinks Gets the InternalLink objects from the query result.
Public Extension MethodInternalLinksToElement Gets all InternalLink referencing the provided SystemUnitClass object.
Public Extension MethodInternalLinksToInterface Gets all InternalLinks that reference the specified ExternalInterface.
Public Extension MethodReferencesWithName Gets all the references with the provided name from the query result.
Top
See Also