Click or drag to resize

EligibilityFilterInput Class

Input for filtering resources based on the provided identity and context ids
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogicEligibilityFilterInput

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class EligibilityFilterInput

The EligibilityFilterInput type exposes the following members.

Constructors
  NameDescription
Public methodEligibilityFilterInput
Top
Properties
  NameDescription
Public propertyContextMemberships
Dictionary where the key is the identity id and the value is a list of context ids that the identity i a member of
Public propertyContextsForResource
Dictionary where the key is the resource id and the value is a list of context ids that are defined on the resource The list can be empty if no contexts are defined on the resource
Public propertyContextsForResourceFolder
Dictionary where the key is the resource folder id and the value is a list of context ids that are defined on the resource folder The list can be empty if no contexts are defined on the resource folder
Public propertyResourceFolderForResource
Dictionary where the key is the resource folder id and the value is a list of context ids that are defined on the resource folder
Public propertyResourceIds
Collection of resource ids that: 1. Either has no contexts defined on the resource or the resource folder 2. Has at least one of the provided contexts defined on the resource or the resource folder
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also