Click or drag to resize

CAEXElementFactory Class

Factory to create CAEX-Elements according to a provided Type.
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEX.ExtensionsCAEXElementFactory

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

The CAEXElementFactory type exposes the following members.

Methods
 NameDescription
Public Extension MethodCreate(CAEXDocument, String) Factory method to create a new CAEX object in the provided CAEX document. The CAEX element is derived from the specified CAEX object Type. To insert the new CAEX object into the document an appropriate insertion method has to be used.
Public Extension MethodCreateT(CAEXDocument) Factory method to create a new CAEX object in the provided CAEX document. The CAEX element is derived from the specified CAEX object Type. To insert the new CAEX object into the document an appropriate insertion method has to be used.
Top
See Also