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
Public method ExplicitHierarchy Initializes a new instance of the ExplicitHierarchy class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets an audit inro. (Inherited from MdmDataContractOfEntityContextIdentifier.)
Public property ExtensionData Gets or sets an object that contains extra data. (Inherited from MdmDataContractOfEntityContextIdentifier.)
Public property FullyQualifiedName Gets or sets the fully qualified name for the hierarchy.
Public property Identifier Gets or sets an ID of the MDM entity context ID. (Inherited from MdmDataContractOfEntityContextIdentifier.)
Public property IsMandatory Gets or sets a value that indicates whether all leaf members are required in the hierarchy.
Public property Permission Gets or sets the permission type of the MDM data contract. (Inherited from MdmDataContractOfEntityContextIdentifier.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (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.