BRAction Class
A value to be set or a validation to occur when certain conditions of the business rule are met.
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::BRAction
| Name | Description | |
|---|---|---|
![]() | BRAction() | Constructor. |
| 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.) |
![]() | 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 BRAction complex type specifies a value creation or validation action within 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.


