Click or drag to resize

InheritanceExtensionsClassIsDerivedFrom Method

Overload List
 NameDescription
Public Extension MethodClassIsDerivedFromT(IClassWithBaseClassReferenceT, IClassWithBaseClassReferenceT) Determines, if the specified class is directly or indirectly (across multiple generations) a descendant of the specified base class or identical to it. This method can be used, if the classes are distributed over different CAEX documents, the documents should be referenced by external references and alias references.
Public Extension MethodClassIsDerivedFromT(IClassWithBaseClassReferenceT, String) Determines, if the specified class is directly or indirectly (across multiple generations) a descendant of the class or identical to it, which is uniquely identified with the specified baseClass path. The base class path or the referenced class path may contain alias identifiers. If alias identifiers are present, the method tries to load the external referenced document.
Public Extension MethodClassIsDerivedFromT(CAEXDocument, String, String) Determines, if the class, specified with the given class path is directly or indirectly (across multiple generations) a descendant of the class or identical to it, which is uniquely identified with the specified baseClass path. The base class path or the referenced class path may contain alias identifiers. If alias identifiers are present, the method tries to load the externally referenced document.
Top
See Also