Click or drag to resize

MasterDataMgmt Methods

The MasterDataMgmt type exposes the following members.

Methods
  NameDescription
Public methodCopyDataFromMasterDataObject Obsolete.
IMPORTANT: DEPRECATED IN 6.0. USE CopyDataFromMasterDataObject_TRANSPORT. Method is used to copy data from a (master) data object to the action data object. The master data object is referred through a reference property on the action data object.
Codemethod usage
Designed to be used in a process only (Yes/No) No
Action Object (data object type) Any data object type on which MDM is defined
Public methodCopyDataFromMasterDataObject_TRANSPORT
Method is used to copy data from a (master) data object to the action data object. The master data object is referred through a reference property on the action data object.
Codemethod usage
Designed to be used in a process only (Yes/No) No
Action Object (data object type) Any data object type on which MDM is defined
Public methodCopyDataToMasterDataObject Obsolete.
IMPORTANT: DEPRECATED IN 6.0. USE CopyDataToMasterDataObject_TRANSPORT. Method is used to copy data to a (master) data object from the action data object. The master data object is referred through a reference property on the action data object.
Codemethod usage
Designed to be used in a process only (Yes/No) No
Action Object (data object type) Any data object type on which MDM is defined
Public methodCopyDataToMasterDataObject_TRANSPORT
Method is used to copy data to a (master) data object from the action data object. The master data object is referred through a reference property on the action data object.
Codemethod usage
Designed to be used in a process only (Yes/No) No
Action Object (data object type) Any data object type on which MDM is defined
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also