Click or drag to resize

ResourceAssignmentStatusLoadOptionsConvertToDataObjectLoadOptions Method

Returns a DataObjectLoadOptions that can be used for loading resource assignment data objects.

Namespace:  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectLoadOptions ConvertToDataObjectLoadOptions(
	DataObjectController dataObjectController,
	PropertyController propertyController,
	UserGroupController userGroupController,
	ViewController viewController
)

Parameters

dataObjectController
Type: Omada.OE.AppLogicDataObjectController
propertyController
Type: Omada.OE.AppLogicPropertyController
userGroupController
Type: Omada.OE.AppLogicUserGroupController
viewController
Type: Omada.OE.AppLogicViewController

Return Value

Type: DataObjectLoadOptions
Exceptions
ExceptionCondition
NotSupportedException
See Also