Класс BRConditionTreeNode

Represents a logical operator group for conditions.

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

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRConditionTreeNode

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

Синтаксис

'Декларация
<SerializableAttribute> _
<DataContractAttribute(Name := "BRConditionTreeNode", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionTreeNode _
    Inherits DataContractBase
'Применение
Dim instance As BRConditionTreeNode
[SerializableAttribute]
[DataContractAttribute(Name = "BRConditionTreeNode", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionTreeNode : DataContractBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BRConditionTreeNode", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionTreeNode : public DataContractBase
[<SerializableAttribute>]
[<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 the audit information.
Открытое свойство BRConditions Gets or sets the collection of conditions.
Открытое свойство BusinessRuleId Gets or sets the identifier of the owning business rule.
Открытое свойство ConditionTreeChildNodes Gets or sets the collection of child condition tree nodes.
Открытое свойство ConditionTreeParentNode Gets or sets the identifier of the condition tree node under which the node is parented, or nullпустая ссылка (Nothing в Visual Basic) for top-level nodes.
Открытое свойство Identifier Gets or sets the unique identifier of the condition tree node.
Открытое свойство LogicalOperator Gets or sets the logical operator.
Открытое свойство Sequence Gets or sets the sequence number which must be greater than zero.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetProperty<T> Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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