BRActionGroup Class

Definition

A collection of all BRActionComponent complex types that are available within MDS, grouped into similar types.

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

Remarks

The BRActionGroup complex type specifies a grouping of related business rule action components that are currently available for use in MDS.

Constructors

BRActionGroup()

Constructor.

Properties

BRActionComponents

Specifies the collection of action components.

Name

Specifies the name of the group, i.e. "Default Value", "Change Rule", or "Validation"

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