EndPoint Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a connection point for a consumer Web Part, such as a report or scorecard.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.EndPoint

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class EndPoint _
    Implements ICloneable, IDiffable, IValidate
'Usage
Dim instance As EndPoint
[SerializableAttribute]
public class EndPoint : ICloneable, IDiffable, 
    IValidate

Remarks

A consumer Web Part receives parameter values from provider Web Parts, such as filters and scorecards. (Scorecard Web Parts can be both providers and consumers.)

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

EndPoint Members

Microsoft.PerformancePoint.Scorecards Namespace