Partilhar via


Classe DerivedHierarchy

Defines the data contract for the derived hierarchy.

Hierarquia de herança

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<ModelContextIdentifier>
      Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchy

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

Sintaxe

'Declaração
<DataContractAttribute(Name := "DerivedHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class DerivedHierarchy _
    Inherits MdmDataContract(Of ModelContextIdentifier)
'Uso
Dim instance As DerivedHierarchy
[DataContractAttribute(Name = "DerivedHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class DerivedHierarchy : MdmDataContract<ModelContextIdentifier>
[DataContractAttribute(Name = L"DerivedHierarchy", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class DerivedHierarchy sealed : public MdmDataContract<ModelContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "DerivedHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DerivedHierarchy =  
    class 
        inherit MdmDataContract<ModelContextIdentifier>
    end
public final class DerivedHierarchy extends MdmDataContract<ModelContextIdentifier>

O tipo DerivedHierarchy expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DerivedHierarchy Initializes a new instance of the DerivedHierarchy class.

Início

Propriedades

  Nome Descrição
Propriedade pública AnchorNullRecursions Gets or sets a value that indicates whether the null recursive relationships will be anchored.
Propriedade pública AuditInfo Gets or sets the audit information. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública FullyQualifiedName Gets or sets the fully qualified name.
Propriedade pública Identifier Gets or sets the identifier. (Herdado de MdmDataContract<TIdType>.)
Propriedade pública IsRecursive Gets or sets a value that indicates whether the derived hierarchy includes a recursive relationship.
Propriedade pública Levels Gets or sets the list of DerivedHierarchyLevel contained in the derived hierarchy.
Propriedade pública Permission Gets or sets the permission. (Herdado de MdmDataContract<TIdType>.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts