Класс DerivedHierarchy

Defines the data contract for the derived hierarchy.

Иерархия наследования

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "DerivedHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class DerivedHierarchy _
    Inherits MdmDataContract(Of ModelContextIdentifier)
'Применение
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>

Тип DerivedHierarchy обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DerivedHierarchy Initializes a new instance of the DerivedHierarchy class.

В начало

Свойства

  Имя Описание
Открытое свойство AnchorNullRecursions Gets or sets a value that indicates whether the null recursive relationships will be anchored.
Открытое свойство AuditInfo Gets or sets the audit information. (Производный от MdmDataContract<TIdType>.)
Открытое свойство FullyQualifiedName Gets or sets the fully qualified name.
Открытое свойство Identifier Gets or sets the identifier. (Производный от MdmDataContract<TIdType>.)
Открытое свойство IsRecursive Gets or sets a value that indicates whether the derived hierarchy includes a recursive relationship.
Открытое свойство Levels Gets or sets the list of DerivedHierarchyLevel contained in the derived hierarchy.
Открытое свойство Permission Gets or sets the permission. (Производный от MdmDataContract<TIdType>.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts