TextbasedAccessRequestLoadOptions Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
public class TextbasedAccessRequestLoadOptions : DataObjectLoadOptionsWrapperResourceAssignment
The TextbasedAccessRequestLoadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| TextbasedAccessRequestLoadOptions |
Constructor
|
| Name | Description | |
|---|---|---|
| AccessRequestUIds |
UId's of Access Requests to retrieve
| |
| BeneficiaryFilterValue |
The value which is being to filter on beneficiary
| |
| BeneficiaryIdentityId |
Load access requests where this identity is the beneficiary.
(Inherited from DataObjectLoadOptionsWrapperResourceAssignment.) | |
| CreatedByUserId |
Load access requests created by this user.
(Inherited from DataObjectLoadOptionsWrapperResourceAssignment.) | |
| MaxObjects |
Maximum number of objects to load.
If MaxObjects = 0 all objects are loaded.
(Inherited from DataObjectLoadOptionsWrapper.) | |
| Page |
Page
(Inherited from DataObjectLoadOptionsWrapper.) | |
| SearchString |
Search string to apply on the data objects
(Inherited from DataObjectLoadOptionsWrapperBase.) | |
| SortDescending | (Inherited from DataObjectLoadOptionsWrapper.) | |
| SortField |
Sets which property to sort on. Default is CreateTime
|
| Name | Description | |
|---|---|---|
| AddCreatedByAndBeneficiaryFilter | (Inherited from DataObjectLoadOptionsWrapperResourceAssignment.) | |
| AddSearchFilter(TextbasedAccessRequestFilterProperty, String) |
Add a search filter to a property on an access request.
| |
| AddSearchFilter(TextbasedAccessRequestFilterProperty, ExpInnerOperator, DateTime) |
Add a search filter to a property on an access request.
| |
| ConvertToDataObjectLoadOptions |
Returns a DataObjectLoadOptions
that can be used for loading textbased access request data objects.
|
| Name | Description | |
|---|---|---|
| loadOptions | (Inherited from DataObjectLoadOptionsWrapperBase.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |