This topic has not yet been rated - Rate this topic

BRAction Class

SQL Server 2012

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
[DataContractAttribute(Name = "BRAction", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAction : BRItem

The BRAction type exposes the following members.

  NameDescription
Public methodBRActionInitializes a new instance of the BRAction class.
Top
  NameDescription
Public propertyAuditInfoGets or sets audit information. (Inherited from BRItem.)
Public propertyBusinessRuleIdGets or sets the ID of the owning business rule. (Inherited from BRItem.)
Public propertyExtensionDataGets or sets the structure that contains extra data. (Inherited from DataContractBase.)
Public propertyIdentifierGets or sets the unique identifier of the business rule item. (Inherited from BRItem.)
Public propertyOperatorGets or sets the operator. (Inherited from BRItem.)
Public propertyPostfixArgumentsGets or sets an array of postfix (right-hand-side) arguments. (Inherited from BRItem.)
Public propertyPrefixArgumentGets or sets an argument to define the logic of a business rule.
Public propertySequenceGets or sets the order in which business rule items should be displayed and evaluated. (Inherited from BRItem.)
Public propertyTextGets or sets the text describing the business rule item. (Inherited from BRItem.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.