Click or drag to resize

CAEXSchemaTransformerTransformTo Method

Method to do a schema transformation for the provided document to the defined schema. This method can be used for upward and downward transformations.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public CAEXDocument TransformTo(
	CAEXDocument document,
	CAEXDocumentCAEXSchema targetSchema
)

Parameters

document  CAEXDocument
the document to be transformed
targetSchema  CAEXDocumentCAEXSchema
the target schema

Return Value

CAEXDocument
the transformed document

Implements

ISchemaTransformTransformTo(CAEXDocument, CAEXDocumentCAEXSchema)
See Also