Click or drag to resize

TextbasedAccessRequestLoadOptionsConvertToDataObjectLoadOptions Method

Returns a DataObjectLoadOptions that can be used for loading textbased access request 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(
	PropertyController propertyController,
	DataObjectController dataObjectController,
	UserGroupController userGroupController
)

Parameters

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

Return Value

Type: DataObjectLoadOptions
See Also