Set the Requestor's data transform on all application data (parameters and values) exchanged in a Session.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract void setDataTransform( DOFOperationSessionDataTransform dataTransform )
Parameters
- dataTransform
- Type: org.opendof.core.oalDOFOperationSessionDataTransform
The data transform for the Requestor Session to use.
Remarks
See Also