Поделиться через


Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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