BusinessRulesCreateResponse Class

Definition

Represents a response to a request to create business rules.

public ref class BusinessRulesCreateResponse
[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="BusinessRulesCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesCreateResponse
[<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="BusinessRulesCreateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesCreateResponse = class
Public Class BusinessRulesCreateResponse
Inheritance
BusinessRulesCreateResponse
Attributes

Constructors

BusinessRulesCreateResponse()

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

BusinessRulesCreateResponse(BusinessRules, OperationResult)

Initializes a new instance of the BusinessRulesCreateResponse class with the specified set of business rules and operation result.

Fields

BusinessRuleSet

A set of business rules.

OperationResult

The operation result.

Applies to