Click or drag to resize

MasterDataMgmt Class

Contains code methods for "master data management" scenarios.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AssemblyMasterDataMgmt

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class MasterDataMgmt

The MasterDataMgmt type exposes the following members.

Constructors
  NameDescription
Public methodMasterDataMgmt
Top
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