ExplicitHierarchy Class
Specifies a parent–child representation that requires all leaf members to be expressed once and only once.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.MdmDataContractOfEntityContextIdentifier
Microsoft.MasterDataServices.ExplicitHierarchy
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "ExplicitHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ExplicitHierarchy _
Inherits MdmDataContractOfEntityContextIdentifier
'Usage
Dim instance As ExplicitHierarchy
[DataContractAttribute(Name = "ExplicitHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ExplicitHierarchy : MdmDataContractOfEntityContextIdentifier
[DataContractAttribute(Name = L"ExplicitHierarchy", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ExplicitHierarchy : public MdmDataContractOfEntityContextIdentifier
[<DataContractAttribute(Name = "ExplicitHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ExplicitHierarchy =
class
inherit MdmDataContractOfEntityContextIdentifier
end
public class ExplicitHierarchy extends MdmDataContractOfEntityContextIdentifier
The ExplicitHierarchy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExplicitHierarchy | Initializes a new instance of the ExplicitHierarchy class. |
Top
Properties
Name | Description | |
---|---|---|
AuditInfo | Gets or sets an audit inro. (Inherited from MdmDataContractOfEntityContextIdentifier.) | |
ExtensionData | Gets or sets an object that contains extra data. (Inherited from MdmDataContractOfEntityContextIdentifier.) | |
FullyQualifiedName | Gets or sets the fully qualified name for the hierarchy. | |
Identifier | Gets or sets an ID of the MDM entity context ID. (Inherited from MdmDataContractOfEntityContextIdentifier.) | |
IsMandatory | Gets or sets a value that indicates whether all leaf members are required in the hierarchy. | |
Permission | Gets or sets the permission type of the MDM data contract. (Inherited from MdmDataContractOfEntityContextIdentifier.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (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.