BRCondition Class
A logical equation that turns the BRAction validation and creation processes on and off.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRItem
Microsoft.MasterDataServices.Services.DataContracts::BRCondition
| Name | Description | |
|---|---|---|
![]() | BRCondition() | Initializes a new instance of the BRCondition class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Obsolete. Gets or sets the audit info. (Inherited from BRItem.) |
![]() | BusinessRuleId | Gets or sets the ID of the owning business rule. (Inherited from BRItem.) |
![]() | ConditionTreeNodeId | Gets or sets an identifier of the owning condition tree node. |
![]() | Identifier | Gets or sets the ID. Uniquely identifies the business rule item. (Inherited from BRItem.) |
![]() | IsCorrupted | Gets or sets a value that indicates whether the business rule item is corrupted. (Inherited from BRItem.) |
![]() | Operator | Gets or sets the operator. (Inherited from BRItem.) |
![]() | PostfixArguments | Gets or sets the collection of postfix (right-hand-side) arguments. (Inherited from BRItem.) |
![]() | PrefixArgument | Gets or sets the prefix (left-hand-side) argument. |
![]() | Sequence | Gets or sets the order in which business rule items should be displayed and evaluated. (Inherited from BRItem.) |
![]() | Text | Gets or sets the text describing the business rule item. (Inherited from BRItem.) |
![]() | UserScriptName | Gets or sets the user defined script name. (Inherited from BRItem.) |
![]() | UserScriptParameterCount | Gets or sets the total parameter count. (Inherited from BRItem.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The BRCondition complex type specifies a container for conditions to be evaluated to trigger actions that are defined in a created business rule.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


