Click or drag to resize

DataObjectLoadOptionsWrapper Class

Wrapper for DataObjectLoadOptions for data objects. Should not be used for loading count of data objects. If you need to load the count of data objects use DataObjectLoadOptionsWrapperBase
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.ModelDataObjectLoadOptionsWrapperBase
    Omada.OE.Solution.OIM.AppLogic.Model.LoadOptionsDataObjectLoadOptionsWrapper
      Omada.OE.Solution.OIM.AppLogic.ModelDataObjectLoadOptionsWrapperResourceAssignment

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

The DataObjectLoadOptionsWrapper type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyMaxObjects
Maximum number of objects to load. If MaxObjects = 0 all objects are loaded.
Public propertyPage
Page
Public propertySearchString
Search string to apply on the data objects
(Inherited from DataObjectLoadOptionsWrapperBase.)
Public propertySortDescending
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