Click or drag to resize

UserGroupManager Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelUserGroupManager

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

The UserGroupManager type exposes the following members.

Constructors
  NameDescription
Public methodUserGroupManager
Top
Properties
  NameDescription
Public propertyGroups
Sorting is dependant on how the manager was loaded (LoadOptions.SortFields)
Top
Methods
  NameDescription
Public methodGetGroupName(Int32)
Public methodGetGroupName(Int32, AppFormatInfo)
Public methodGetMemberGroups
Returns a list of groups that the specified user is a member of.
Public methodStatic memberGetNewUserGroup
Returns a new (empty) usergroup.
Public methodStatic memberGetNewUserGroup(DataObjectSecurity)
Returns a new (empty) usergroup. securityObject denotes the securityobject of the object, that the new user is placed below.
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