Click or drag to resize

IdentityLoadOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.ModelIdentityLoadOptions

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class IdentityLoadOptions

The IdentityLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodIdentityLoadOptions
Top
Properties
  NameDescription
Public propertyFilter
See DataObjectLoadOptionsBase.Filter
Public propertyIdPosList
If specified only identities with these ids will be loaded.
Public propertyIncludeChildOrgUnits
Option is only used if Mode equals Manager OR if one or more OrgUnitIds has been specified. If false only identities belonging directly to a managed or specified org. unit will be loaded. If true also identities belonging to a child org. unit will be loaded.
Public propertyMode
Public propertyOrgUnitIds
If specified only identities located below one of the specified org. units will be loaded.
Public propertySqlFilters
See DataObjectLoadOptionsBase.Filter
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