TswaHyperlinkBuilder Class
A utility class for generating Team Web Access hyperlinks.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Common.TswaHyperlinkBuilder
Microsoft.TeamFoundation.Client.TswaClientHyperlinkService
Microsoft.TeamFoundation.Server.Core.TswaServerHyperlinkService
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public MustInherit Class TswaHyperlinkBuilder
public abstract class TswaHyperlinkBuilder
public ref class TswaHyperlinkBuilder abstract
[<AbstractClass>]
type TswaHyperlinkBuilder = class end
public abstract class TswaHyperlinkBuilder
The TswaHyperlinkBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TswaHyperlinkBuilder |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CollectionId | A project collection ID. |
![]() |
CompatibleMode | Returns true when you are working with older servers. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetAnnotateSourceControlItemUrl(String, Int32) | Gets an annotate item URL. |
![]() |
GetAnnotateSourceControlItemUrl(String, String) | Gets an annotate item URL. |
![]() |
GetAnnotateSourceControlItemUrl(String, Int32, String) | Gets an annotate item URL. |
![]() |
GetAnnotateSourceControlItemUrl(String, String, String) | Gets an annotate item URL. |
![]() |
GetArtifactViewerUrl(Uri) | Gets a viewer URL for a TFS artifact. |
![]() |
GetArtifactViewerUrl(Uri, String) | Gets a viewer URL for a TFS artifact. |
![]() |
GetChangesetDetailsUrl(Int32) | Gets a changeset details URL. |
![]() |
GetChangesetDetailsUrl(Int32, String) | Gets a changeset details browser URL. |
![]() |
GetDifferenceSourceControlItemsUrl(String, Int32, String, Int32) | Gets a URL for a diff tool. |
![]() |
GetDifferenceSourceControlItemsUrl(String, String, String, String) | Gets a URL for a diff tool. |
![]() |
GetDifferenceSourceControlItemsUrl(String, Int32, String, Int32, String) | Gets a URL for a diff tool. |
![]() |
GetDifferenceSourceControlItemsUrl(String, String, String, String, String) | Gets a URL for a diff tool. |
![]() |
GetDifferenceSourceControlShelvedItemUrl(String, Int32, String, String, String) | Gets a URL for a diff tool. |
![]() |
GetDifferenceSourceControlShelvedItemUrl(String, String, String, String, String, String) | Gets a URL for a diff tool. |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetHistorySourceControlItemUrl(String, String) | Gets history viewer URL for a source control item. |
![]() |
GetHistorySourceControlItemUrl(String, String, String) | Gets history viever URL for a source control item. |
![]() |
GetHomeUrl() | Get Team Web Access root URL. |
![]() |
GetHomeUrl(String) | Get Team Web Access root URL. |
![]() |
GetHomeUrl(Uri) | Gets Team Web Access home URL for a specified project. |
![]() |
GetHomeUrl(Uri, String) | Gets Team Web Access home URL for a specified project. |
![]() |
GetShelvesetDetailsUrl(String, String) | Gets a shelveset details url. |
![]() |
GetShelvesetDetailsUrl(String, String, String) | Gets a shelveset details URL. |
![]() |
GetSourceExplorerUrl(String) | Gets a Source Explorer URL. |
![]() |
GetSourceExplorerUrl(String, String) | Gets a Source Explorer URL. |
![]() |
GetTeamHomeUrl | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUrl | Get the template for the location of the specified Tswa service. |
![]() |
GetViewBuildDetailsUrl(Uri) | Gets a view build details URL. |
![]() |
GetViewBuildDetailsUrl(Uri, String) | Gets a view build details URL. |
![]() |
GetViewSourceControlItemUrl(Int32, String) | Gets a view source control item URL. |
![]() |
GetViewSourceControlItemUrl(String, Int32) | Gets a view source control item URL. |
![]() |
GetViewSourceControlItemUrl(String, String) | Gets a view source control item URL. |
![]() |
GetViewSourceControlItemUrl(Int32, String, String) | Gets a view source control item URL. |
![]() |
GetViewSourceControlItemUrl(String, Int32, String) | Gets a view source control item URL. |
![]() |
GetViewSourceControlItemUrl(String, String, String) | Gets a view source control item URL. |
![]() |
GetViewSourceControlShelvedItemUrl(String, String, String) | Gets a view source control shelveset item URL. |
![]() |
GetViewSourceControlShelvedItemUrl(String, String, String, String) | Gets a view source control shelveset item URL. |
![]() |
GetWorkItemEditorUrl(Int32) | Gets a Work Item Editor URL. |
![]() |
GetWorkItemEditorUrl(Int32, String) | Gets a Work Item Editor URL. |
![]() |
GetWorkItemEditorUrl(Uri, String) | Gets a work item editor URL that creates a work item of a specified work item type. |
![]() |
GetWorkItemEditorUrl(Uri, String, String) | Gets a work item editor URL that creates a work item of a specified work item type. |
![]() |
GetWorkItemQueryEditorUrl(Uri, String) | |
![]() |
GetWorkItemQueryEditorUrl(Uri, String, String) | |
![]() |
GetWorkItemQueryResultsUrl(Uri, Guid) | Gets a work item query results viewer URL for Team Web Access. |
![]() |
GetWorkItemQueryResultsUrl(Uri, String) | Gets a work item query results viewer URL for Team Web Access. |
![]() |
GetWorkItemQueryResultsUrl(Uri, Guid, String) | Gets a work item query results viewer URL for Team Web Access. |
![]() |
GetWorkItemQueryResultsUrl(Uri, String, String) | Gets a work item query results viewer URL for Team Web Access. |
![]() |
GetWorkItemWiqlQueryEditorUrl(Uri, String, String) | Gets a query editor URL for Team Web Access. |
![]() |
GetWorkItemWiqlQueryEditorUrl(Uri, String, String, String) | Gets a query editor URL for Team Web Access. |
![]() |
GetWorkItemWiqlQueryResultsUrl(Uri, String, String) | Gets a work item query results viewer URL for Team Web Access. |
![]() |
GetWorkItemWiqlQueryResultsUrl(Uri, String, String, String) | Gets a work item query results viewer URL for Team Web Access. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.