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.
The BusinessRulesCreateRequest element MUST include a BusinessRules type that contains new business rules or business rule components for creation.
public ref class BusinessRulesCreateRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageCreateRequest
[System.ServiceModel.MessageContract]
public class BusinessRulesCreateRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageCreateRequest
[<System.ServiceModel.MessageContract>]
type BusinessRulesCreateRequest = class
inherit MessageCreateRequest
Public Class BusinessRulesCreateRequest
Inherits MessageCreateRequest
- Inheritance
- Attributes
Constructors
BusinessRulesCreateRequest() |
Constructor. |
Properties
BusinessRuleSet |
The business rules or rule components to create. Only one child property may be populated. |
BypassUdsValidation |
Specifies whether to bypass User Defined Script Validation |
International |
Specifies client localization information. (Inherited from MessageRequest) |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |
ReturnCreatedIdentifiers |
Specifies the ReturnCreatedIdentifiers for the CreateRequest. Indicates if the object should be returned with the newly generated Id. (Inherited from MessageCreateRequest) |