DataPrivilegeData Class |
Namespace: Dundas.BI.WebApi.Models
The DataPrivilegeData type exposes the following members.
| Name | Description | |
|---|---|---|
| DataPrivilegeData |
Initializes a new instance of the DataPrivilegeData class.
|
| Name | Description | |
|---|---|---|
| ElementUniqueName |
Gets or sets the unique name of the data element associated with this privilege.
| |
| MaskingCharacter |
Gets the character being used to apply masking to the data element.
| |
| MaskingKind |
Gets or sets the kind of masking to apply to the data element.
| |
| NumberOfCharacters |
Gets or sets the number of characters to be masked or preserved, depending on the masking kind.
A positive value indicates the number of characters from the start of the value,
a negative value indicates the number of characters from the end of the value.
| |
| PrivilegeAssignments |
Gets the list of privilege assignments for the data element.
| |
| UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
| Name | Description | |
|---|---|---|
| ToDataContractMappings |
The mapping between the business object and the DTO.
|