BusinessRulesGetRequest 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 request that must have a populated BRGetCriteria.
public ref class BusinessRulesGetRequest
[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="BusinessRulesGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesGetRequest
[<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="BusinessRulesGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesGetRequest = class
Public Class BusinessRulesGetRequest
- Inheritance
-
BusinessRulesGetRequest
- Attributes
Constructors
BusinessRulesGetRequest() |
Initializes a new instance of the BusinessRulesGetRequest class with default values. |
BusinessRulesGetRequest(International, BRGetCriteria, BRResultOptions) |
Initializes a new instance of the BusinessRulesGetRequest class with the specified cultural settings, criteria for requesting retrieval of business rules, and result options. |
Fields
GetCriteria |
Criteria for requesting retrieval of business rules. |
International |
Cultural settings. |
ResultOptions |
The operation result, including a unique ID for tracking and logging. |