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 | |
---|---|---|
![]() |
EndPoint() | Initializes a new instance of the EndPoint class. |
![]() |
EndPoint(EndPoint) | Initializes a new instance of the EndPoint class based on another EndPoint object. |
![]() |
EndPoint(String, String) | Initializes a new instance of the EndPoint class with the specified names. |
![]() |
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 | |
---|---|---|
![]() |
AcceptsMultipleFilterLinks | Gets or sets a Boolean value that indicates whether the endpoint can accept multiple connections from a filter or scorecard. |
![]() |
Category | Gets or sets the type of endpoint: None, Axis, Column Hierarchy, or Row Hierarchy. |
![]() |
DisplayName | Gets or sets the display name of the endpoint. |
![]() |
UniqueName | Gets or sets the unique name of the endpoint. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Performs a deep copy of this object. |
![]() |
CompareTo | Compares this object to another object for sorting purposes. |
![]() |
CopyFrom | Copies from another object. |
![]() |
Diff | Compares this object with another object and returns the differences. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a string that represents this object. (Overrides Object.ToString().) |
![]() |
Validate | Validates this object. |
Top