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: 2019.1.831.19 (2019.1.0831.19)
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
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Guid)
Gets profileattribute Value by attributeId
Public methodGetValue(String)
Gets profileAttribute Value by propertyName
Public methodGetValueT(Guid)
Gets profileattribute Value by attributeId
Public methodGetValueT(String)
Gets profileAttribute Value by propertyName
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts the granted role to a string value.
(Overrides ObjectToString.)
Top
Remarks
You can use this class when you want to filter the list of granted role in the event PermissionsLoading.
See Also