BusinessRulesPaletteGetResponse Class

Definition

Represents a response that includes available conditions and actions for use in business rules.

public ref class BusinessRulesPaletteGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="BusinessRulesPaletteGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesPaletteGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="BusinessRulesPaletteGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesPaletteGetResponse = class
Public Class BusinessRulesPaletteGetResponse
Inheritance
BusinessRulesPaletteGetResponse
Attributes

Constructors

BusinessRulesPaletteGetResponse()

Initializes a new instance of the BusinessRulesPaletteGetResponse class with default values.

BusinessRulesPaletteGetResponse(BusinessRulesPalette, OperationResult)

Initializes a new instance of the BusinessRulesPaletteGetResponse class with the specified business rules pallette and operation result.

Fields

BusinessRulesPalette

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

OperationResult

The operation result, including a unique ID for tracking and logging.

Applies to