Click or drag to resize

AuthRole Class

AuthRole model class
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAuthRole

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class AuthRole : ICloneable, IObjectWithDataVersion, 
	IObjectWithId, IObjectWithGuid, IEntityObject, IObjectWithLastChangedInfo

The AuthRole type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAuthElements
Contains all the authelements in the system. Each element contains information of which access the authrole has to it.
Public propertyChangedBy
Public propertyChangeTime
Public propertyDataVersion
Dataversion
Public propertyDescription
Description
Public propertyGroupIds
GroupIds contain id's of the usergroups that the authrole is assigned to. The ids are sorted.
Public propertyId
Id
Public propertyName
Name
Public propertyNumber
Number
Public propertySystem
System
Public propertyUId
UId
Top
Methods
  NameDescription
Public methodClone
Public methodPassesFilter
Public methodToString
(Overrides ObjectToString.)
Public methodToString(AppFormatInfo)
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
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIObjectWithDataVersion.GetDataVersion
Explicit interface implementationPrivate methodIObjectWithGuid.GetGuid
Explicit interface implementationPrivate methodIObjectWithId.GetId
Explicit interface implementationPrivate propertyIEntityObjectDataVersion
The data version of an entity object is incremented every time it gets updated. If the entity object class embeds other objects (like a DataObjectType embeds a number of BaseProperty objects) then the DataVersion is also "touched" when an embedded object changes.
Explicit interface implementationPrivate propertyIEntityObjectId
Unique id of the entity object within its entity type.
Top
See Also