ParameterMessage Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a filter message.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.ParameterDefinition
Microsoft.PerformancePoint.Scorecards.ParameterMessage
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ParameterMessage _
Inherits ParameterDefinition
'Usage
Dim instance As ParameterMessage
[SerializableAttribute]
public class ParameterMessage : ParameterDefinition
Remarks
ParameterMessage represents the client-side browser transmission packet that is passed between proxies in a dashboard. The parameter information is carried as XML in HTTP headers and should be as compact as possible. It is not intended to carry any information about the visualization of a parameter control. Also, any changes to this class needs to be reflected in the ECMAScript (JavaScript, JScript) that generates XML representations of this class and its derivatives.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.