BusinessRulesPalette Class

Definition

Represents all possible actions and conditions used for building business rules within the MDS system.

public ref class BusinessRulesPalette : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BusinessRulesPalette", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesPalette : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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

Constructors

BusinessRulesPalette()

Initializes a new instance of the BusinessRulesPalette class.

Properties

BRActionGroups

Gets or sets an array of business rule action groups.

BRConditionGroups

Gets or sets an array of business rule condition groups.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)

Applies to