Click or drag to resize

ResourceAssignmentStatusLoadOptions Properties

The ResourceAssignmentStatusLoadOptions type exposes the following members.

Properties
  NameDescription
Public propertyAccessRequestIds
Only load resource assignments created in acccess requests with these ids
(Inherited from ResourceAssignmentStatusLoadOptionsBase.)
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 propertyExcludeAssignmentsWithActiveExtensionRequest
Exclude assignments that are part of an active extension request
(Inherited from ResourceAssignmentStatusLoadOptionsBase.)
Public propertyExcludeAssignmentsWithNoValidToDate
Assignments with a valid to date where the year is 9999 are considered to be valid forever. These assignments will be excluded if this property is set to true.
(Inherited from ResourceAssignmentStatusLoadOptionsBase.)
Public propertyMaxObjects
Maximum number of objects to load. If MaxObjects = 0 all objects are loaded.
(Inherited from DataObjectLoadOptionsWrapper.)
Public propertyMustOriginFromAccessRequest
Only load resource assignments originating from access requests
(Inherited from ResourceAssignmentStatusLoadOptionsBase.)
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
Default is CreateTime
Top
See Also