Click or drag to resize

AuthRole Properties

The AuthRole type exposes the following members.

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
Explicit Interface Implementations
  NameDescription
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