ServiceClient.BusinessRulesPaletteGet Method
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.
Retrieves the available business rule components (the component palette) for the specified member type.
public:
Microsoft::MasterDataServices::BusinessRulesPalette ^ BusinessRulesPaletteGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BREntityMemberType MemberType, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Microsoft.MasterDataServices.BusinessRulesPalette BusinessRulesPaletteGet (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BREntityMemberType MemberType, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.BusinessRulesPaletteGet : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BREntityMemberType * OperationResult -> Microsoft.MasterDataServices.BusinessRulesPalette
Public Function BusinessRulesPaletteGet (International As International, MemberType As BREntityMemberType, ByRef OperationResult As OperationResult) As BusinessRulesPalette
Parameters
- International
- International
The cultural settings.
- MemberType
- BREntityMemberType
The member type to get (either consolidated or leaf).
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
The BusinessRulesPalette for the specified member type.