ParameterMessage Class (Microsoft.PerformancePoint.Scorecards)

Represents a ParameterMessage. This class represents the client side browser transmission packet that is passed between proxies in a dashboard.

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

This class's intent is to be the most compact possible carrier of parameter information, which will be carried as xml in http headers. This class is not intended to carry any information about the visualization of a parameter control, it needs to be kept as a compact as possible. Also: any changes to this class needs to be reflected in the javascript that generates xml representations of this class and its derivatives.

Inheritance Hierarchy

System.Object
   Microsoft.PerformancePoint.Scorecards.ParameterDefinition
    Microsoft.PerformancePoint.Scorecards.ParameterMessage

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.

See Also

Reference

ParameterMessage Members
Microsoft.PerformancePoint.Scorecards Namespace