BRAction Class

Definition

Represents a value creation or validation action within a created business rule.

public ref class BRAction : Microsoft::MasterDataServices::BRItem
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRAction", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAction : Microsoft.MasterDataServices.BRItem
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRAction", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAction = class
    inherit BRItem
Public Class BRAction
Inherits BRItem
Inheritance
Attributes

Remarks

Use BRAction to set a value or provide a validation to occur when certain conditions of the business rule are met.

Constructors

BRAction()

Initializes a new instance of the BRAction class.

Properties

AuditInfo

Gets or sets audit information.

(Inherited from BRItem)
BusinessRuleId

Gets or sets the ID of the owning business rule.

(Inherited from BRItem)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Identifier

Gets or sets the unique identifier of the business rule item.

(Inherited from BRItem)
Operator

Gets or sets the operator.

(Inherited from BRItem)
PostfixArguments

Gets or sets an array of postfix (right-hand-side) arguments.

(Inherited from BRItem)
PrefixArgument

Gets or sets an argument to define the logic of a business rule.

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)

Applies to