Click or drag to resize

TextbasedAccessRequestLoadOptions Class

Inheritance Hierarchy

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 class TextbasedAccessRequestLoadOptions : DataObjectLoadOptionsWrapperResourceAssignment

The TextbasedAccessRequestLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodTextbasedAccessRequestLoadOptions
Constructor
Top
Properties
  NameDescription
Public propertyAccessRequestUIds
UId's of Access Requests to retrieve
Public propertyBeneficiaryFilterValue
The value which is being to filter on beneficiary
Public propertyBeneficiaryIdentityId
Load access requests where this identity is the beneficiary.
(Inherited from DataObjectLoadOptionsWrapperResourceAssignment.)
Public propertyCreatedByUserId
Load access requests created by this user.
(Inherited from DataObjectLoadOptionsWrapperResourceAssignment.)
Public propertyMaxObjects
Maximum number of objects to load. If MaxObjects = 0 all objects are loaded.
(Inherited from DataObjectLoadOptionsWrapper.)
Public propertyPage
Page
(Inherited from DataObjectLoadOptionsWrapper.)
Public propertySearchString
Search string to apply on the data objects
(Inherited from DataObjectLoadOptionsWrapperBase.)
Public propertySortDescending
(Inherited from DataObjectLoadOptionsWrapper.)
Public propertySortField
Sets which property to sort on. Default is CreateTime
Top
Methods
  NameDescription
Protected methodAddCreatedByAndBeneficiaryFilter
Public methodAddSearchFilter(TextbasedAccessRequestFilterProperty, String)
Add a search filter to a property on an access request.
Public methodAddSearchFilter(TextbasedAccessRequestFilterProperty, ExpInnerOperator, DateTime)
Add a search filter to a property on an access request.
Public methodConvertToDataObjectLoadOptions
Returns a DataObjectLoadOptions that can be used for loading textbased access request data objects.
Top
Fields
  NameDescription
Protected fieldloadOptions
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