Share via


HierarchyMemberPrivilege Class

Defines the data contract for the hierarchy member permission.

Inheritance Hierarchy

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

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

Syntax

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

The HierarchyMemberPrivilege type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property AuditInfo Gets or sets the audit information.
Public property EntityId Gets or sets the identifier of the entity.
Public property HierarchyId Gets or sets the identifier of the hierarchy.
Public property HierarchyType Gets or sets the type of the hierarchy.
Public property Identifier Gets or sets the identifier of the hierarchy member permission.
Public property IsModelAdministrator Gets or sets a value that indicates whether the principal is a model administrator.
Public property MemberId Gets or sets the identifier of the member.
Public property ModelId Gets or sets the identifier of the model.
Public property Permission Gets or sets the permission assigned for the member and security principal.
Public property PrincipalId Gets or sets the identifier of the principal.
Public property PrincipalType Gets or sets the type of the principal.
Public property VersionId Gets or sets the context version identifier.

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