Click or drag to resize

DataObjectLifeCycleManagementCreateBatch Method

Creates batch for the data objects.

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public override batch CreateBatch(
	DataObjectController doController,
	BasePropertyAdapterController bpaController,
	OPSLifeCycleManagementArguments arguments
)

Parameters

doController
Type: Omada.OE.AppLogicDataObjectController
The data object controller.
bpaController
Type: Omada.OE.Solution.OIM.AppLogic.OPSBasePropertyAdapterController
The property adapter controller.
arguments
Type: Omada.OE.Solution.OIM.AppLogic.OPS.ModelOPSLifeCycleManagementArguments
The input arguments.

Return Value

Type: batch
The created batch.
See Also