Класс DerivedHierarchyLevel
Defines the data contract for the derived hierarchy level.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<DerivedHierarchyContextIdentifier>
Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchyLevel
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "DerivedHierarchyLevel", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class DerivedHierarchyLevel _
Inherits MdmDataContract(Of DerivedHierarchyContextIdentifier)
'Применение
Dim instance As DerivedHierarchyLevel
[DataContractAttribute(Name = "DerivedHierarchyLevel", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class DerivedHierarchyLevel : MdmDataContract<DerivedHierarchyContextIdentifier>
[DataContractAttribute(Name = L"DerivedHierarchyLevel", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class DerivedHierarchyLevel sealed : public MdmDataContract<DerivedHierarchyContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "DerivedHierarchyLevel", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DerivedHierarchyLevel =
class
inherit MdmDataContract<DerivedHierarchyContextIdentifier>
end
public final class DerivedHierarchyLevel extends MdmDataContract<DerivedHierarchyContextIdentifier>
Тип DerivedHierarchyLevel обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
DerivedHierarchyLevel | Initializes a new instance of the DerivedHierarchyLevel class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
AuditInfo | Gets or sets the audit information. (Производный от MdmDataContract<TIdType>.) |
![]() |
DisplayName | Gets or sets the display name. |
![]() |
ForeignEntityId | Gets or sets the foreign entity identifier. |
![]() |
ForeignId | Gets or sets the foreign identifier. |
![]() |
ForeignType | Gets or sets the type of object that is specified in the foreign identifier. |
![]() |
Identifier | Gets or sets the identifier. (Производный от MdmDataContract<TIdType>.) |
![]() |
IsRecursive | Gets or sets a value that indicates whether the level has a recursive relationship. |
![]() |
IsVisible | Gets or sets a value that indicates whether the level is visible within the derived hierarchy. |
![]() |
LevelNumber | Gets or sets the level number. |
![]() |
MemberType | Gets or sets the MemberType. |
![]() |
Permission | Gets or sets the permission. (Производный от MdmDataContract<TIdType>.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts