PrivilegeData Class

The DTO object for Privilege.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsPrivilegeData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class PrivilegeData : BaseDataContract

The PrivilegeData type exposes the following members.

Constructors
 NameDescription
Public methodPrivilegeData Initializes a new instance of the PrivilegeData class.
Top
Properties
 NameDescription
Public propertyCategoryName Gets the localized category name of the privilege.
Public propertyDescription Gets the localized description of the privilege.
Public propertyDisplayName Gets the localized display name of the privilege.
Public propertyId Gets the unique identifier of the privilege.
Public propertyName Gets the name of the privilege.
Public propertyTraitsGets the privilege traits.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyVisibility Gets the visibility of the privilege.
Top
See Also