Click or drag to resize

VGGrantedRole Class

Represents a Visual Guard role granted to a user.
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.SecurityVGGrantedRole

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
[SerializableAttribute]
public sealed class VGGrantedRole : VGIAuditInformation

The VGGrantedRole type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the id of the granted role
Public propertyIsActive
Public propertyIsAdministrationRole
Public propertyIsMembershipRole
Public propertyIsSharedRole
Gets a boolean value indicating if the current role is a shared role
Public propertyItemGuid
Gets or sets profileAttribute Value by attribute's Id.
Public propertyItemString
Gets or sets profileAttribute Value by attribute's propertyName.
Public propertyName
Gets the name of the granted role
Public propertyRepositoryId
Gets the unique identifier from the repository for the role.
Top
Methods
Remarks
You can use this class when you want to filter the list of granted role in the event PermissionsLoading.
See Also