BRAction Class

Represents an action argument within a created business rule.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.BRItem
    Microsoft.MasterDataServices.Services.DataContracts.BRAction

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

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAction", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAction _
    Inherits BRItem
'Usage
Dim instance As BRAction
[SerializableAttribute]
[DataContractAttribute(Name = "BRAction", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAction : BRItem
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAction", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAction : public BRItem
[<SerializableAttribute>]
[<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 AuditInfo complex type. (Inherited from BRItem.)
Public property BusinessRuleId MemberTypeContextIdentifier complex type. (Inherited from BRItem.)
Public property Identifier Identifier complex type. (Inherited from BRItem.)
Public property Operator BRItemType simple type. (Inherited from BRItem.)
Public property PostfixArguments ArrayOfanyType. (Inherited from BRItem.)
Public property PrefixArgument Gets or sets the prefix (left) argument.
Public property Sequence Gets or sets a value representing the order business rule items should be displayed and evaluated in. (Inherited from BRItem.)
Public property Text Gets or sets the item text. (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

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.