Click or drag to resize

InterfaceFamilyTypeExtensions Class

Extension methods for an InterfaceClass element and its defining class InterfaceFamilyType.
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEX.ExtensionsInterfaceFamilyTypeExtensions

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static class InterfaceFamilyTypeExtensions

The InterfaceFamilyTypeExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCreateInterfaceFamilyClass Create an InterfaceClass from this interface (e.g. ExternalInterface). An InterfaceClass is of type InterfaceFamilyType and may contain InterfaceFamilyTypes as child elements.
Public Extension MethodInsert_InterfaceClassObsolete.
Inserting the new InterfaceClass element to the provided InterfaceClass object.
Public Extension MethodInterfaceClassDescendantsObsolete.
Gets all descendant InterfaceFamilyType Objects of the InterfaceClass. InterfaceClasses on all levels are returned.
Public Extension MethodNew_InterfaceClass A new InterfaceClass is added to the specified InterfaceClass object.
Top
See Also