ParameterizableControl.IndexParameterMessages Method
Creates an index of parameter messages.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Protected Shared Function IndexParameterMessages ( _
parameters As ParameterMessage() _
) As Dictionary(Of Guid, ParameterMessage)
'Usage
Dim parameters As ParameterMessage()
Dim returnValue As Dictionary(Of Guid, ParameterMessage)
returnValue = ParameterizableControl.IndexParameterMessages(parameters)
protected static Dictionary<Guid, ParameterMessage> IndexParameterMessages(
ParameterMessage[] parameters
)
Parameters
parameters
Type: []The parameter messages.
Return Value
Type: System.Collections.Generic.Dictionary<Guid, ParameterMessage>
An index of parameter messages.
Remarks
We recommend using the GetParameterMapping(Guid) method in the BIDataContainer class for custom extensions instead of using this method.
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace