Click or drag to resize

RoleAssignmentLoadOptions Class

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

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 RoleAssignmentLoadOptions

The RoleAssignmentLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodRoleAssignmentLoadOptions
Top
Properties
  NameDescription
Public propertyFilter
See DataObjectLoadOptionsBase.Filter
Public propertyIdentityIdPosList
Public propertyIdPosList
Public propertyIncludeChildOrgUnits
Option is only used if Mode equals Manager. If false only role assignments for identities belonging directly to a managed org. unit will be loaded. If true also role assignments for identities belonging to a child org. unit will be loaded.
Public propertyMode
Public propertyOriginDataObjectTypeIdNegList
If used, only role assignments *not* referring an "origin" data object of one of the specified data object type ids, will be loaded.
Public propertyOriginDataObjectTypeIdPosList
If used, only role assignments referring an "origin" data object of one of the specified data object type ids, will be loaded.
Public propertyRoleIdPosList
Public propertyRoleTypeCategoryIdPosList
if used, only role assignments with the specified resource type category ids will be loaded
Public propertyRoleTypeIdPosList
Public propertySortFields
See DataObjectLoadOptions.SortFields
Public propertySqlFilters
See DataObjectLoadOptionsBase.SqlFilters
Public propertyStatusIds
Holds one or more ids of the ObjectId.Property.RoleAssnStatus property. The possible values are located in ObjectId.PropertyValue.RoleAssnStatus.
Public propertySystemIdPosList
If used, only role assigments, for roles that are defined for one of the specified systems, will be loaded.
Top
Fields
  NameDescription
Public fieldSkipExpiredRoles
If true only roleassignments with a ValidTo greater.th.eq. Today are included.
Public fieldSkipFutureRoles
If true only roleassignments with a ValidFrom less.th.eq. Today are included.
Public fieldSkipInvalidRoleAssignments
If true role assignments without an identity and/or a role are skipped.
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