PrivilegeProperties Class

Class used to supply information when registering a new privilege.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesPrivilegeProperties

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class PrivilegeProperties

The PrivilegeProperties type exposes the following members.

Constructors
 NameDescription
Public methodPrivilegeProperties Initializes a new instance of the PrivilegeProperties class.
Top
Properties
 NameDescription
Public propertyCategoryNameGeneratorGets or sets the delegate used to return the privilege's category name in the culture of the caller.
Public propertyDescriptionGeneratorGets or sets the delegate used to return the privilege's description in the culture of the caller.
Public propertyDisplayNameGeneratorGets or sets the delegate used to return the privilege's display name in the culture of the caller.
Public propertyIdGets the unique identifier of the privilege.
Public propertyNameGets the name of the privilege.
Public propertyTraitsGets or sets the privilege traits.
Public propertyVisibilityGeneratorGets or sets the delegate used to return the privilege's visibility.
Top
See Also