BRCondition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A logical equation that turns the BRAction validation and creation processes on and off.
public ref class BRCondition : Microsoft::MasterDataServices::Services::DataContracts::BRItem
[System.Runtime.Serialization.DataContract(Name="BRCondition", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRCondition : Microsoft.MasterDataServices.Services.DataContracts.BRItem
[<System.Runtime.Serialization.DataContract(Name="BRCondition", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRCondition = class
inherit BRItem
Public Class BRCondition
Inherits BRItem
- Inheritance
- Attributes
Remarks
The BRCondition complex type specifies a container for conditions to be evaluated to trigger actions that are defined in a created business rule.
Constructors
BRCondition() |
Initializes a new instance of the BRCondition class. |
Properties
AuditInfo |
Obsolete.
Specifies audit info. (Inherited from BRItem) |
BusinessRuleId |
Specifies the ID of the owning business rule. (Inherited from BRItem) |
ConditionTreeNodeId |
Identifier of the owning condition tree node. |
Identifier |
Specifies the ID. Uniquely identifies the business rule item. (Inherited from BRItem) |
IsCorrupted |
Gets if the business rule item is corrupted. (Inherited from BRItem) |
Operator |
Specifies the operator. (Inherited from BRItem) |
PostfixArguments |
Specifies the collection of postfix (right-hand-side) arguments. (Inherited from BRItem) |
PrefixArgument |
Specifies the prefix (left-hand-side) argument. |
Sequence |
Specifies the order in which business rule items should be displayed and evaluated. (Inherited from BRItem) |
Text |
Specifies the text describing the business rule item. (Inherited from BRItem) |
UserScriptName |
Specifies the user defined script name. (Inherited from BRItem) |
UserScriptParameterCount |
Specifies the total parameter count. (Inherited from BRItem) |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |