BRAction Class

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

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BRItem
      Microsoft.MasterDataServices.BRAction

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
    Inherits BRItem
'Usage
Dim instance As BRAction
[DataContractAttribute(Name = "BRAction", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAction : BRItem
[DataContractAttribute(Name = L"BRAction", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAction : public BRItem
[<DataContractAttribute(Name = "BRAction", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAction =  
    class
        inherit BRItem
    end
public class BRAction extends BRItem

The BRAction type exposes the following members.

Constructors

  Name Description
Public method BRAction Initializes a new instance of the BRAction class.

Top

Properties

  Name Description
Public property AuditInfo Gets or sets audit information. (Inherited from BRItem.)
Public property BusinessRuleId Gets or sets the ID of the owning business rule. (Inherited from BRItem.)
Public property ExtensionData Gets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public property Identifier Gets or sets the unique identifier of the business rule item. (Inherited from BRItem.)
Public property Operator Gets or sets the operator. (Inherited from BRItem.)
Public property PostfixArguments Gets or sets an array of postfix (right-hand-side) arguments. (Inherited from BRItem.)
Public property PrefixArgument Gets or sets an argument to define the logic of a business rule.
Public property Sequence Gets or sets the order in which business rule items should be displayed and evaluated. (Inherited from BRItem.)
Public property Text Gets or sets the text describing the business rule item. (Inherited from BRItem.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices Namespace