AuthRole Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class AuthRole : ICloneable, IObjectWithDataVersion, IObjectWithId, IObjectWithGuid, IEntityObject, IObjectWithLastChangedInfo
The AuthRole type exposes the following members.
Name | Description | |
---|---|---|
![]() | AuthRole | |
![]() | AuthRole(Int32, AppString, AppString) |
Name | Description | |
---|---|---|
![]() | AuthElements |
Contains all the authelements in the system. Each element contains information of
which access the authrole has to it.
|
![]() | ChangedBy | |
![]() | ChangeTime | |
![]() | DataVersion |
Dataversion
|
![]() | Description |
Description
|
![]() | GroupIds |
GroupIds contain id's of the usergroups that the authrole is assigned to.
The ids are sorted.
|
![]() | Id |
Id
|
![]() | Name |
Name
|
![]() | Number |
Number
|
![]() | System |
System
|
![]() | UId |
UId
|
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | PassesFilter | |
![]() | ToString | (Overrides ObjectToString.) |
![]() | ToString(AppFormatInfo) |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IObjectWithDataVersion.GetDataVersion | |
![]() ![]() | IObjectWithGuid.GetGuid | |
![]() ![]() | IObjectWithId.GetId | |
![]() ![]() | IEntityObjectDataVersion |
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.
|
![]() ![]() | IEntityObjectId |
Unique id of the entity object within its entity type.
|