BusinessRulesPaletteGetRequest 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 BusinessRulesPaletteGetRequest class.
Overloads
BusinessRulesPaletteGetRequest() |
Initializes a new instance of the BusinessRulesPaletteGetRequest class with default values. |
BusinessRulesPaletteGetRequest(International, BREntityMemberType) |
Initializes a new instance of the BusinessRulesPaletteGetRequest class with the specified cultural settings and member types. |
BusinessRulesPaletteGetRequest()
Initializes a new instance of the BusinessRulesPaletteGetRequest class with default values.
public:
BusinessRulesPaletteGetRequest();
public BusinessRulesPaletteGetRequest ();
Public Sub New ()
Applies to
BusinessRulesPaletteGetRequest(International, BREntityMemberType)
Initializes a new instance of the BusinessRulesPaletteGetRequest class with the specified cultural settings and member types.
public:
BusinessRulesPaletteGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BREntityMemberType MemberType);
public BusinessRulesPaletteGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BREntityMemberType MemberType);
new Microsoft.MasterDataServices.BusinessRulesPaletteGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BREntityMemberType -> Microsoft.MasterDataServices.BusinessRulesPaletteGetRequest
Public Sub New (International As International, MemberType As BREntityMemberType)
Parameters
- International
- International
Cultural settings.
- MemberType
- BREntityMemberType
Member types.