Click or drag to resize

LifeCycleManagementBaseGetDataObjectProperties Method

Gets data object properties for the OPS tasks.

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 virtual properties GetDataObjectProperties(
	IDataObject dataObject,
	ObjectTypePrefix prefix,
	BasePropertyAdapterController bpaController
)

Parameters

dataObject
Type: Omada.OE.Model.PublicIDataObject
The data object.
prefix
Type: Omada.OE.Solution.OIM.AppLogic.OPS.ModelObjectTypePrefix
The prefix.
bpaController
Type: Omada.OE.Solution.OIM.AppLogic.OPSBasePropertyAdapterController
The property adapter controller.

Return Value

Type: properties
See Also