Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the BusinessRulesPaletteGetResponse class with the specified business rules pallette and operation result.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
BusinessRulesPalette As BusinessRulesPalette, _
OperationResult As OperationResult _
)
'Usage
Dim BusinessRulesPalette As BusinessRulesPalette
Dim OperationResult As OperationResult
Dim instance As New BusinessRulesPaletteGetResponse(BusinessRulesPalette, _
OperationResult)
public BusinessRulesPaletteGetResponse(
BusinessRulesPalette BusinessRulesPalette,
OperationResult OperationResult
)
public:
BusinessRulesPaletteGetResponse(
BusinessRulesPalette^ BusinessRulesPalette,
OperationResult^ OperationResult
)
new :
BusinessRulesPalette:BusinessRulesPalette *
OperationResult:OperationResult -> BusinessRulesPaletteGetResponse
public function BusinessRulesPaletteGetResponse(
BusinessRulesPalette : BusinessRulesPalette,
OperationResult : OperationResult
)
Parameters
- BusinessRulesPalette
Type: Microsoft.MasterDataServices.BusinessRulesPalette
All possible actions and conditions used for building business rules within the MDS system.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
See Also
Reference
BusinessRulesPaletteGetResponse Class