Класс BRConditionTreeNode
Specifies a node within a possible complex logic tree in a business rule in MDS.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRConditionTreeNode
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode _
Inherits DataContractBase
'Применение
Dim instance As BRConditionTreeNode
[DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode : DataContractBase
[DataContractAttribute(Name = L"BRConditionTreeNode", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionTreeNode : public DataContractBase
[<DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionTreeNode =
class
inherit DataContractBase
end
public class BRConditionTreeNode extends DataContractBase
Тип BRConditionTreeNode обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
BRConditionTreeNode | Initializes a new instance of the BRConditionTreeNode class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
AuditInfo | Gets or sets an AuditInfo complex type. |
![]() |
BRConditions | Gets or sets an array of business rule conditions. |
![]() |
BusinessRuleId | Gets or sets a MemberTypeContextIdentifier complex type. |
![]() |
ConditionTreeChildNodes | Gets or sets an array of condition tree child nodes. |
![]() |
ConditionTreeParentNode | Gets or sets array of condition tree parent nodes. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
![]() |
Identifier | Gets or sets an identifier. |
![]() |
LogicalOperator | Gets or sets the logical operator. |
![]() |
Sequence | Gets or sets the sequence number. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
A BRConditionTreeNode must exist for each business rule condition created.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.