PrivilegeAssignmentData Class

The DTO object for PrivilegeAssignment.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsPrivilegeAssignmentData

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

The PrivilegeAssignmentData type exposes the following members.

Constructors
  NameDescription
Public methodPrivilegeAssignmentData
Initializes a new instance of the PrivilegeAssignmentData class.
Top
Properties
  NameDescription
Public propertyAssignee
Gets information about the assignee.
Public propertyAssigneeKind
Gets the type of the assignee.
Public propertyAssignmentKind
Gets the kind of assignment.
Public propertyInheritedFrom
Gets the ID of the object from which the assignment is inherited.
Public propertyPrivilegeId
Gets the ID of the privilege which is being assigned.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToFileDataContractMappings
Gets the mapping rules that go from a PrivilegeAssignment to a PrivilegeAssignmentData.
Top
See Also