Click or drag to resize

DataObjectLoadOptionsWrapperResourceAssignment Class

Base class for wrapping DataObjectLoadOptions for resource assignment data objects.
Inheritance Hierarchy

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

The DataObjectLoadOptionsWrapperResourceAssignment type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBeneficiaryIdentityId
Load access requests where this identity is the beneficiary.
Public propertyCreatedByUserId
Load access requests created by this user.
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.)
Top
Methods
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