Share via


HierarchyMemberPrivilegesCriteria Class

Represents the criteria for hierarchy member privileges.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.HierarchyMemberPrivilegesCriteria

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "HierarchyMemberPrivilegesCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class HierarchyMemberPrivilegesCriteria _
    Inherits DataContractBase
'Usage
Dim instance As HierarchyMemberPrivilegesCriteria
[DataContractAttribute(Name = "HierarchyMemberPrivilegesCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class HierarchyMemberPrivilegesCriteria : DataContractBase
[DataContractAttribute(Name = L"HierarchyMemberPrivilegesCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class HierarchyMemberPrivilegesCriteria sealed : public DataContractBase
[<SealedAttribute>]
[<DataContractAttribute(Name = "HierarchyMemberPrivilegesCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyMemberPrivilegesCriteria =  
    class 
        inherit DataContractBase 
    end
public final class HierarchyMemberPrivilegesCriteria extends DataContractBase

The HierarchyMemberPrivilegesCriteria type exposes the following members.

Constructors

  Name Description
Public method HierarchyMemberPrivilegesCriteria Initializes a new instance of the HierarchyMemberPrivilegesCriteria class.

Top

Properties

  Name Description
Public property All Gets a value that indicates whether the results will include all privileges.
Public property EntityId Gets or sets the entity identifier.
Public property HierarchyId Gets or sets the hierarchy identifier.
Public property HierarchyType Gets or sets the hierarchy type.
Public property Identifiers Gets or sets the collection of the hierarchy member privilege identifiers that are used.
Public property MemberCode Gets or sets the member code.
Public property ModelId Gets or sets the model identifier.
Public property Permission Gets or sets the permission.
Public property PrincipalId Gets or sets the principal identifier.
Public property PrincipalType Gets or sets the principal type.
Public property ResultType Gets or sets the result type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace