BusinessRulesPublishRequest 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 may include a BRPublishCriteria to limit which business rules are published. Otherwise, all business rules for all models, entities, and member types are published.
public ref class BusinessRulesPublishRequest
[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="BusinessRulesPublishRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRulesPublishRequest
[<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="BusinessRulesPublishRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRulesPublishRequest = class
Public Class BusinessRulesPublishRequest
- Inheritance
-
BusinessRulesPublishRequest
- Attributes
Constructors
BusinessRulesPublishRequest() |
Initializes a new instance of the BusinessRulesPublishRequest class with default values. |
BusinessRulesPublishRequest(International, BRPublishCriteria) |
Initializes a new instance of the BusinessRulesPublishRequest class with the specified cultural settings and criteria for publishing business rules. |
Fields
BRPublishCriteria |
Specifies the scope of rules to be published. |
International |
The cultural setting. |