BusinessRulesPalette Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of all potential conditions and actions for building business rules in MDS.
public ref class BusinessRulesPalette : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BusinessRulesPalette", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesPalette : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BusinessRulesPalette", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesPalette = class
inherit DataContractBase
Public Class BusinessRulesPalette
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The BusinessRulesPalette complex type is a collection of all possible actions and conditions that are used for building business rules within the MDS system.
Constructors
BusinessRulesPalette() |
Constructor. |
Properties
BRActionGroups |
Specifies the business rules action groups. |
BRConditionGroups |
Specifies the business rules condition groups. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |