BusinessRulesPaletteGetRequest 构造函数 (International, BREntityMemberType)
Initializes a new instance of the BusinessRulesPaletteGetRequest class with the specified cultural settings and member types.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
International As International, _
MemberType As BREntityMemberType _
)
用法
Dim International As International
Dim MemberType As BREntityMemberType
Dim instance As New BusinessRulesPaletteGetRequest(International, _
MemberType)
public BusinessRulesPaletteGetRequest(
International International,
BREntityMemberType MemberType
)
public:
BusinessRulesPaletteGetRequest(
International^ International,
BREntityMemberType MemberType
)
new :
International:International *
MemberType:BREntityMemberType -> BusinessRulesPaletteGetRequest
public function BusinessRulesPaletteGetRequest(
International : International,
MemberType : BREntityMemberType
)
参数
- International
类型:Microsoft.MasterDataServices.International
Cultural settings.
- MemberType
类型:Microsoft.MasterDataServices.BREntityMemberType
Member types.
请参阅
参考
BusinessRulesPaletteGetRequest 类