Click or drag to resize

ResourceAssignmentStatusLoadOptionsBaseAddSearchFilter Method

Add a search filter to a property on a resource assignment. Only one search filter can be added for each supported property.

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 void AddSearchFilter(
	ResourceAssignmentFilterProperty property,
	string filterValue,
	ExpInnerOperator innerOperator
)

Parameters

property
Type: Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequestResourceAssignmentFilterProperty
filterValue
Type: SystemString
innerOperator
Type: Omada.OE.Model.PublicExpInnerOperator
Exceptions
ExceptionCondition
NotSupportedException
See Also