This documentation is archived and is not being maintained.
ChangesetUri Class
Visual Studio 2013
A URI representation of a Version Control changeset artifact.
System.Object
Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri
Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
The ChangesetUri type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangesetUri(Int32, UriType) | Construct a Changeset URI object given a changeset. |
![]() | ChangesetUri(String, Int32) | Construct a Changeset URI object given a Team Foundation Server Url and a changeset. |
![]() | ChangesetUri(TeamFoundationServer, Int32) | Obsolete. Construct a Changeset URI object given a Team Foundation Server object and a changeset. |
![]() | ChangesetUri(TfsTeamProjectCollection, Int32) | Construct a Changeset URI object given a Team Foundation Server object and a changeset. |
![]() | ChangesetUri(String, Int32, UriType) | Construct a Changeset URI object given a Team Foundation Server object and a changeset. |
![]() | ChangesetUri(TeamFoundationServer, Int32, UriType) | Obsolete. Construct a Changeset URI object given a Team Foundation Server object and a changeset. |
![]() | ChangesetUri(TfsTeamProjectCollection, Int32, UriType) | Construct a Changeset URI object given a Team Foundation Server object and a changeset. |
| Name | Description | |
|---|---|---|
![]() | ArtifactId | Gets the ArtifactId for the version control artifact (Inherited from VersionControlIntegrationUri.) |
![]() | ArtifactName | Returns the name of the Version Control artifact. (Inherited from VersionControlIntegrationUri.) |
![]() | ArtifactTitle | Returns the title of the Changeset artifact. (Overrides VersionControlIntegrationUri.ArtifactTitle.) |
![]() | ArtifactType | Returns the type of the Version Control artifact. (Inherited from VersionControlIntegrationUri.) |
![]() | TeamFoundationServerUrl | Returns the Url of the Team Foundation server (Inherited from VersionControlIntegrationUri.) |
![]() | Uri | Returns the Uri of the artifact. (Inherited from VersionControlIntegrationUri.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Decode | |
![]() | 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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the string value of the artifact's Uri. (Inherited from VersionControlIntegrationUri.) |
![]() | ToUrl | Returns the Url of the artifact; the Url may be addressed to obtain detailed information about the artifact. (Inherited from VersionControlIntegrationUri.) |
| Name | Description | |
|---|---|---|
![]() | m_artifactName | (Inherited from VersionControlIntegrationUri.) |
![]() | m_artifactType | (Inherited from VersionControlIntegrationUri.) |
Show:
