BRAction Class

Definition

A value to be set or a validation to occur when certain conditions of the business rule are met.

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

Remarks

The BRAction complex type specifies a value creation or validation action within a created business rule.

Constructors

BRAction()

Constructor.

Properties

AuditInfo
Obsolete.

Specifies audit info.

(Inherited from BRItem)
BusinessRuleId

Specifies the ID of the owning business rule.

(Inherited from BRItem)
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 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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
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)

Applies to