BusinessRulesPaletteGetRequest Constructors

Definition

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.

Applies to