Click or drag to resize

CommonUserGroupLoadOptionAttributes Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCommonUserGroupLoadOptionAttributes

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

The CommonUserGroupLoadOptionAttributes type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCommonSetMembersGroups
CommonSetMembersGroups is only used when MembersGroupIdPostList.Count > 0. If true only personal usergroups belonging to users, who are member of ALL the groups specified, will be included. If false only personal usergroups belonging to users, who are member of ANY of the groups specified, will be included.
Public propertyExcludeEveryone
Exclude the "Everyone" user group?
Public propertyExcludeNoneGroup
Exclude the "None" user group?
Public propertyExcludeNonPersonal
Angiver om ikke-personlige (altså almindelige) usergroups skal ekskluderes.
Public propertyExcludePersonal
Exclude personal user groups?
Public propertyExcludeSystem
Exclude user groups marked as "system" objects?
Public propertyIncludeActiveUser
Include the built-in generic "active user" user group?
Public propertyIncludeDummies
Include the built-in "dummy" user groups?
Public propertyIncludeGenericProcessCreator
Include the built-in generic "process creator" user group?
Public propertyIncludeGenericProcessOwner
Include the built-in generic "process owner" user group?
Public propertyIncludes
Angiver et antal grupper som enten selv og/eller hvis medlemmer skal inkluderes. Hvis flere grupper angives er det foreningsmængden (ikke fællesmængden) af medlemmer som inkluderes. Filteret anvendes til implementering af "assignee rules".
Public propertyIncludeSystemUser
Include the personal user group for the "System" user?
Public propertyMemberIds
Only usergroups, where all the specified userids are members, are loaded.
Public propertyMembersGroupIdPostList
Only personal usergroups belonging to users, who are member of the groups specified, will be included.
Top
Methods
  NameDescription
Public methodResetAllExclusions
Resetter alle exclude/include flag, så der ingen begrænsninger er. Anvendes typisk i.f.m. at en eller flere grupper skal indlæses på id - og man vil være sikker på at alle kommer med.
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