Click or drag to resize

AuthRoleManager Class

AuthRoleManager manages a collection of AuthRole objects.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAuthRoleManager

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

The AuthRoleManager type exposes the following members.

Constructors
  NameDescription
Public methodAuthRoleManager
Top
Properties
  NameDescription
Public propertyElements
Elements are sorted by AuthElement.Id
Public propertyRoles
Roles are sorted by AuthRole.Id
Top
Methods
  NameDescription
Public methodStatic memberGetNewAuthRole
Returns a new (empty) authRole.
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