Click or drag to resize

SchemaTransformationEventArgs Class

Event arguments for schema transformation events
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aml.Engine.Services.InterfacesSchemaTransformationEventArgs

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class SchemaTransformationEventArgs : EventArgs

The SchemaTransformationEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSchemaTransformationEventArgs Initializes a new instance of the SchemaTransformationEventArgs class.
Top
Properties
 NameDescription
Public propertySourceDocument Gets the source document.
Public propertyTargetDocument Gets or sets the target document.
Public propertyTargetSchema Gets the target schema.
Top
See Also