Класс BRHierarchyArgument
Specifies the business rule argument specific to parent-child relationship arguments.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRHierarchyArgument
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "BRHierarchyArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRHierarchyArgument _
Inherits BRArgument
'Применение
Dim instance As BRHierarchyArgument
[DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRHierarchyArgument : BRArgument
[DataContractAttribute(Name = L"BRHierarchyArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRHierarchyArgument : public BRArgument
[<DataContractAttribute(Name = "BRHierarchyArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRHierarchyArgument =
class
inherit BRArgument
end
public class BRHierarchyArgument extends BRArgument
Тип BRHierarchyArgument обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
BRHierarchyArgument | Initializes a new instance of the BRHierarchyArgument class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
ChildArgument | Gets or sets the child argument. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
![]() |
HierarchyId | Gets or sets the hierarchy ID. |
![]() |
Identifier | Gets or sets the ID of the business rule argument. (Производный от BRArgument.) |
![]() |
PropertyName | Gets or sets the property name.. (Производный от BRArgument.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.