VersionControlIntegrationUri Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri
    Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri
    Microsoft.TeamFoundation.VersionControl.Common.LabelUri
    Microsoft.TeamFoundation.VersionControl.Common.LatestItemVersionUri
    Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri
    Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri
    Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Class VersionControlIntegrationUri
public class VersionControlIntegrationUri
public ref class VersionControlIntegrationUri
type VersionControlIntegrationUri =  class end
public class VersionControlIntegrationUri

The VersionControlIntegrationUri type exposes the following members.

Constructors

  Name Description
Public method VersionControlIntegrationUri(String) Construct an Integration uri object given an artifact name.
Public method VersionControlIntegrationUri(String, String) Construct an Integration uri object by using a Url of a Team Foundation Server and an artifact name.
Public method VersionControlIntegrationUri(ILinking, String) Construct an Integration Uri object by using the proxy services of a specific service provider.
Public method VersionControlIntegrationUri(TeamFoundationServer, String) Obsolete. Construct an Integration uri object given a TeamFoundationServer object and an artifact name.
Public method VersionControlIntegrationUri(TfsTeamProjectCollection, String) Construct an Integration uri object given a TeamFoundationServer object and an artifact name.
Public method VersionControlIntegrationUri(String, ArtifactType, String) Build a VersionControlIntegrationUri object by using the BIS server, artifact type, and artifact name.
Public method VersionControlIntegrationUri(TeamFoundationServer, ArtifactType, String) Obsolete. Construct an VersionControlIntegrationUri object given a TeamFoundationServer object, type and artifact name
Public method VersionControlIntegrationUri(TfsTeamProjectCollection, ArtifactType, String) Construct an VersionControlIntegrationUri object given a TfsTeamProjectCollection object, type and artifact name

Top

Properties

  Name Description
Public property ArtifactId Gets the ArtifactId for the version control artifact
Public property ArtifactName Returns the name of the Version Control artifact.
Public property ArtifactTitle Returns the title of the artifact. The title varies by the type of the artifact. artifact.
Public property ArtifactType Returns the type of the Version Control artifact.
Public property TeamFoundationServerUrl Returns the Url of the Team Foundation server
Public property Uri Returns the Uri of the artifact.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the string value of the artifact's Uri. (Overrides Object.ToString().)
Public method ToUrl Returns the Url of the artifact; the Url may be addressed to obtain detailed information about the artifact.

Top

Fields

  Name Description
Protected field m_artifactName
Protected field m_artifactType
Protected fieldStatic member ParameterDelimiterCharacter
Protected fieldStatic member s_parameterDelimiters
Protected fieldStatic member ValueDelimiterCharacter

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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Common Namespace