class Ens.DTL.SubTransform
extends Ens.DTL.Action
The syntax specifies a data transformation class and the source and target objects to invoke it with
e.g.:
parameter TAGNAME = "subtransform";
parameter XMLNAME = "subtransform";
property Aux
as %String;
The name of the auxiliary value passed to the Transform() method
property Class
as %String;
The transform class to invoke
property SourceObj
as %String;
The name of the source object
property TargetObj
as %String;
The name of the target object