PrivilegeAssignment Class

Represents the assignment of a privilege to an assignee.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesPrivilegeAssignment

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 PrivilegeAssignment : IEquatable<PrivilegeAssignment>

The PrivilegeAssignment type exposes the following members.

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.
Top
Methods
  NameDescription
Public methodStatic memberCreateForAccount
Creates a new PrivilegeAssignment object for an account.
Public methodStatic memberCreateForGroup
Creates a new PrivilegeAssignment object for a group.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PrivilegeAssignment)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Top
See Also