Click or drag to resize

VGIPermission Interface

Defines the basic functionality for a Visual Guard permission.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public interface VGIPermission

The VGIPermission type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets or sets the attributes (arguments) list of the permission
Public propertyDescription
Gets the description of the permission
Public propertyFullName
Gets the Full Name of the permission, including the folder path
Public propertyId
Gets the unique Visual Guard identifier of the permission
Public propertyIdOrOriginalId
Gets the unique Visual Guard identifier that will be see in the application
Public propertyItem
Gets the value of the attribute specified by its name.
Public propertyName
Gets the name of the permission
Public propertyOriginalId
Gets the unique Visual Guard identifier of the original permission when the permission is a new version of another permission
Top
See Also