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 (24.1.0.1001)
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 propertyCategoryNameGenerator
Gets or sets the delegate used to return the privilege's category name in the culture of the caller.
Public propertyDescriptionGenerator
Gets or sets the delegate used to return the privilege's description in the culture of the caller.
Public propertyDisplayNameGenerator
Gets or sets the delegate used to return the privilege's display name in the culture of the caller.
Public propertyId
Gets the unique identifier of the privilege.
Public propertyName
Gets the name of the privilege.
Public propertyTraits
Gets or sets the privilege traits.
Public propertyVisibilityGenerator
Gets or sets the delegate used to return the privilege's visibility.
Top
See Also