Click or drag to resize

MasterDataMgmt Methods

The MasterDataMgmt type exposes the following members.

Methods
  NameDescription
Public methodCopyDataFromMasterDataObject
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. The method doesn't respect the security model.
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
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. The method doesn't respect the security model.
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