Класс BRCondition
Represents conditions to be evaluated to trigger actions defined in a created business rule.
Иерархия наследования
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItem
Microsoft.MasterDataServices.Services.DataContracts..::..BRCondition
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.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 обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
AuditInfo | AuditInfo complex type. (Производный от BRItem.) |
![]() |
BusinessRuleId | MemberTypeContextIdentifier complex type. (Производный от BRItem.) |
![]() |
ConditionTreeNodeId | Gets or sets the identifier of the owning condition tree node. |
![]() |
Identifier | Identifier complex type. (Производный от BRItem.) |
![]() |
Operator | BRItemType simple type. (Производный от BRItem.) |
![]() |
PostfixArguments | ArrayOfanyType. (Производный от BRItem.) |
![]() |
PrefixArgument | Gets or sets the prefix (left) argument. |
![]() |
Sequence | Gets or sets a value representing the order business rule items should be displayed and evaluated in. (Производный от BRItem.) |
![]() |
Text | Gets or sets the item text. (Производный от BRItem.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)