Click or drag to resize

CAEXSchemaTransformer Class

This class defines a service for a schema transformation. The service supports transformation of CAEX documents from CAEX Version 2.15 to version 3.0 and back. Backwards transformation can result in a loss of information.
Inheritance Hierarchy
SystemObject
  Aml.Engine.ServicesCAEXSchemaTransformer

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public class CAEXSchemaTransformer : ISchemaTransform, 
	IAMLService

The CAEXSchemaTransformer type exposes the following members.

Methods
 NameDescription
Public methodStatic memberRegister Registration of a new ISchemaTransform
Public methodTransformTo Method to do a schema transformation for the provided document to the defined schema. This method can be used for upward and downward transformations.
Public methodStatic memberUnRegister Unregisters this service
Top
Events
 NameDescription
Public eventTransformationEnded Raised from the ShemaTransform service when a transformation has ended.
Public eventTransformationStarted Raised from the ShemaTransform service when a transformation has started.
Top
See Also