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 | |
---|---|---|
HierarchyMemberPrivilegesCriteria | Initializes a new instance of the HierarchyMemberPrivilegesCriteria class. |
Top
Properties
Name | Description | |
---|---|---|
All | Gets a value that indicates whether the results will include all privileges. | |
EntityId | Gets or sets the entity identifier. | |
HierarchyId | Gets or sets the hierarchy identifier. | |
HierarchyType | Gets or sets the hierarchy type. | |
Identifiers | Gets or sets the collection of the hierarchy member privilege identifiers that are used. | |
MemberCode | Gets or sets the member code. | |
ModelId | Gets or sets the model identifier. | |
Permission | Gets or sets the permission. | |
PrincipalId | Gets or sets the principal identifier. | |
PrincipalType | Gets or sets the principal type. | |
ResultType | Gets or sets the result type. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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