BusinessRulesCreateRequest Constructors
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.
Initializes a new instance of the BusinessRulesCreateRequest class.
Overloads
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 . |
BusinessRulesCreateRequest()
Initializes a new instance of the BusinessRulesCreateRequest class with default values.
public:
BusinessRulesCreateRequest();
public BusinessRulesCreateRequest ();
Public Sub New ()
Applies to
BusinessRulesCreateRequest(International, BusinessRules, Boolean)
Initializes a new instance of the BusinessRulesCreateRequest class with the specified cultural settings, set of business rules, and .
public:
BusinessRulesCreateRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BusinessRules ^ BusinessRuleSet, bool ReturnCreatedIdentifiers);
public BusinessRulesCreateRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BusinessRules BusinessRuleSet, bool ReturnCreatedIdentifiers);
new Microsoft.MasterDataServices.BusinessRulesCreateRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BusinessRules * bool -> Microsoft.MasterDataServices.BusinessRulesCreateRequest
Public Sub New (International As International, BusinessRuleSet As BusinessRules, ReturnCreatedIdentifiers As Boolean)
Parameters
- International
- International
Cultural settings.
- BusinessRuleSet
- BusinessRules
A set of business rules.
- ReturnCreatedIdentifiers
- Boolean
Indicator whether the object should be returned with the newly generated ID.