Click or drag to resize

UserManager Class

UserManager manages the users of the application.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelUserManager

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

The UserManager type exposes the following members.

Constructors
  NameDescription
Public methodUserManager
Top
Properties
  NameDescription
Public propertyUsers
Sorting is dependand on the load options. (LoadOptions.SortFields)
Top
Methods
  NameDescription
Public methodStatic memberGetNewUser(DataObjectSecurity)
Returns a new (empty) user. securityObject denotes the securityobject of the object, that the new user is placed below.
Public methodStatic memberGetNewUser(DataObjectType)
Returns a new (empty) user.
Public methodPopulateUserInfo
Populates the UserInfo on each user object.
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