EndPoint Members

Include Protected Members
Include Inherited Members

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

The EndPoint type exposes the following members.

Constructors

  Name Description
Public method EndPoint() Initializes a new instance of the EndPoint class.
Public method EndPoint(EndPoint) Initializes a new instance of the EndPoint class based on another EndPoint object.
Public method EndPoint(String, String) Initializes a new instance of the EndPoint class with the specified names.
Public method EndPoint(String, String, Boolean) Initializes a new instance of the EndPoint class with the specified names and a flag that indicates whether the endpoint can accept multiple connections.

Top

Properties

  Name Description
Public property AcceptsMultipleFilterLinks Gets or sets a Boolean value that indicates whether the endpoint can accept multiple connections from a filter or scorecard.
Public property Category Gets or sets the type of endpoint: None, Axis, Column Hierarchy, or Row Hierarchy.
Public property DisplayName Gets or sets the display name of the endpoint.
Public property UniqueName Gets or sets the unique name of the endpoint.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method CompareTo Compares this object to another object for sorting purposes.
Public method CopyFrom Copies from another object.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string that represents this object. (Overrides Object.ToString().)
Public method Validate Validates this object.

Top

See Also

Reference

EndPoint Class

Microsoft.PerformancePoint.Scorecards Namespace