Click or drag to resize

AMLEditionTransformer Class

Transforms AutomationML Edition 1 to Edition 2
Inheritance Hierarchy
SystemObject
  Aml.Engine.Services.AMLTransformerAMLEditionTransformer

Namespace: Aml.Engine.Services.AMLTransformer
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public class AMLEditionTransformer : IAMLEditionTransform, 
	IAMLService

The AMLEditionTransformer type exposes the following members.

Methods
 NameDescription
Public methodStatic memberRegister register the AMLEdition Transformer
Public methodTransformFromEdition1ToEdition2 Method to do a transformation for the provided document from edition 1 to edition 2 of AutomationML. This method can only be used for upward transformations and not for downward transformation.
Public methodStatic memberUnRegister Unregisters this service
Top
See Also