BusinessRulesPalette Class

Definition

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
BusinessRulesPalette
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)

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