Click or drag to resize

ISchemaTransform Interface

This interface class defines a service interface for a schema transformation service

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public interface ISchemaTransform : IAMLService

The ISchemaTransform type exposes the following members.

Methods
 NameDescription
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.
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