Click or drag to resize

OPSLifeCycleManagementArguments Constructor (IDataObject, operationType)

The constructor.

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public OPSLifeCycleManagementArguments(
	IDataObject dataObject,
	operationType operation
)

Parameters

dataObject
Type: Omada.OE.Model.PublicIDataObject
The data object.
operation
Type: Omada.OE.Solution.OIM.AppLogic.OPS.WCFoperationType
The operation.
See Also