BusinessRulesCreateRequest 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 include a BusinessRules type containing new business rules or business rule components for creation.
public ref class BusinessRulesCreateRequest
[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="BusinessRulesCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesCreateRequest
[<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="BusinessRulesCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesCreateRequest = class
Public Class BusinessRulesCreateRequest
- Inheritance
-
BusinessRulesCreateRequest
- Attributes
Constructors
BusinessRulesCreateRequest() |
Initializes a new instance of the BusinessRulesCreateRequest class with default values. |
BusinessRulesCreateRequest(International, BusinessRules, Boolean) |
Initializes a new instance of the BusinessRulesCreateRequest class with the specified cultural settings, set of business rules, and . |
Fields
BusinessRuleSet |
A set of business rules. |
International |
Cultural settings. |
ReturnCreatedIdentifiers |
Specifies a value indicatiing whether the object should be returned with the newly generated ID. |