BusinessRulesPalette Class
A collection of all potential conditions and actions for building business rules in MDS.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BusinessRulesPalette
| Name | Description | |
|---|---|---|
![]() | BusinessRulesPalette() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | BRActionGroups | Gets the business rules action groups. |
![]() | BRConditionGroups | Gets or sets the business rules condition groups. |
| 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 BusinessRulesPalette complex type is a collection of all possible actions and conditions that are used for building business rules within the MDS system.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


