Click or drag to resize

ResourceAssignmentStatusLoadOptionsBase Class

Base Load options for loading resource assignment data objects
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 abstract class ResourceAssignmentStatusLoadOptionsBase : DataObjectLoadOptionsWrapperResourceAssignment

The ResourceAssignmentStatusLoadOptionsBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAccessRequestIds
Only load resource assignments created in acccess requests with these ids
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
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.
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
Public propertyPage
Page
(Inherited from DataObjectLoadOptionsWrapper.)
Public propertySearchString
Search string to apply on the data objects
(Inherited from DataObjectLoadOptionsWrapperBase.)
Public propertySortDescending
(Inherited from DataObjectLoadOptionsWrapper.)
Top
Methods
  NameDescription
Protected methodAddCommonDataObjectLoadOptionsPropertiesForResourceAssignments
Protected methodAddCreatedByAndBeneficiaryFilter
Public methodAddSearchFilter
Add a search filter to a property on a resource assignment. Only one search filter can be added for each supported property.
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