BRActionGroup Class
A collection of all BRActionComponent complex types that are available within MDS, grouped into similar types.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRActionGroup
| Name | Description | |
|---|---|---|
![]() | BRActionGroup() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | BRActionComponents | Gets or sets the collection of action components. |
![]() | Name | Gets or sets the name of the group, i.e. "Default Value", "Change Rule", or "Validation" |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
The BRActionGroup complex type specifies a grouping of related business rule action components that are currently available for use in MDS.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


