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


Класс BRCondition

Represents the conditions to be evaluated to trigger actions defined in a created business rule.

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

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRItem
      Microsoft.MasterDataServices.Services.DataContracts.BRCondition

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

Синтаксис

'Декларация
<SerializableAttribute> _
<DataContractAttribute(Name := "BRCondition", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRCondition _
    Inherits BRItem
'Применение
Dim instance As BRCondition
[SerializableAttribute]
[DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRCondition : BRItem
[SerializableAttribute]
[DataContractAttribute(Name = L"BRCondition", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRCondition : public BRItem
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRCondition", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRCondition =  
    class 
        inherit BRItem 
    end
public class BRCondition extends BRItem

Тип BRCondition обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BRCondition Initializes a new instance of the BRCondition class.

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets the audit information. (Производный от BRItem.)
Открытое свойство BusinessRuleId Gets or sets the identifier of the owning business rule. (Производный от BRItem.)
Открытое свойство ConditionTreeNodeId Gets or sets the identifier of the owning condition tree node.
Открытое свойство Identifier Gets or sets the identifier. (Производный от BRItem.)
Открытое свойство Operator Gets or sets the operator. (Производный от BRItem.)
Открытое свойство PostfixArguments Gets or sets the collection of postfix (right-hand-side) arguments. (Производный от BRItem.)
Открытое свойство PrefixArgument Gets or sets the prefix (left-hand-side) argument.
Открытое свойство Sequence Gets or sets the sequence. (Производный от BRItem.)
Открытое свойство Text Gets or sets the text. (Производный от BRItem.)

В начало

Методы

  Имя Описание
Открытый метод 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