BusinessRulesGetResponse 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.
Represents a response that returns a BusinessRules type containing requested business rules or rule components.
public ref class BusinessRulesGetResponse
[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="BusinessRulesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesGetResponse
[<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="BusinessRulesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesGetResponse = class
Public Class BusinessRulesGetResponse
- Inheritance
-
BusinessRulesGetResponse
- Attributes
Constructors
BusinessRulesGetResponse() |
Initializes a new instance of the BusinessRulesGetResponse class with default values. |
BusinessRulesGetResponse(BusinessRules, OperationResult) |
Initializes a new instance of the BusinessRulesGetResponse class with the specified set of business rules and operation result. |
Fields
BusinessRuleSet |
A set of business rules. |
OperationResult |
The operation result, including a unique ID for tracking and logging. |