BusinessRulesCreateRequest Class

Definition

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
BusinessRulesCreateRequest
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)

Applies to