Microsoft.TeamFoundation.VersionControl.Common.Integration.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.TeamFoundation.VersionControl.Common.Integration</name>
    </assembly>
    <members>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.ArtifactType">
            <summary>
            These are the artifacts surfaced by Hatteras.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationConstants.ServerPathExtendedAttributeString">
            GetArtifacts() related constants
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationConstants.ChangesetArtifact">
            URL components to support BIS linking external addressability
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.ClientArtifact">
            <summary>
            Each post-checkin event contains a set of artifacts.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.ClientArtifact.Url">
            <summary>
            The Url representing the artifact.
            </summary>
            <remarks>
            Each Url should be in BIS Uri format (if provided by another tool); Hatteras
            uses BIS Urls for changesets, labels, files/folders (tip and versioned).
            </remarks>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.ClientArtifact.Type">
            <summary>
            </summary>
            <remarks>
            </remarks>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.CheckinWorkItemCheckinAction">
            <summary>
            Capture the user's intent on work items accompanying the checkin.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.CheckinWorkItemInfo">
            <summary>
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.CheckinWorkItemInfo.Title">
            <summary>
            The value of this field becomes the email subject.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NameValuePair.Name">
            <summary>
            This is the name of the field this value is bound too.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NameValuePair.Value">
            <summary>
            The value is a string that is recorded for this field when the
            release note is saved.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent">
            <summary>
            The client shelveset event for email notifications
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent.Clone">
            <summary>
            Perform a deep copy of a ShelvesetEvent object.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent.Name">
            <summary>
            Gets the name of the shelveset
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent.EventType">
            <summary>
            The type of shelveset event
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent.GetEventTypeString">
            <summary>
            Gets the EventType string for formatting in Title and ContentTitle
            </summary>
            <returns></returns>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent.Title">
            <summary>Return the title of the shelveset event.</summary>
            <remarks>By convention, this also becomes the 'Subject' in alert email</remarks>
            <value>The title</value>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetEvent.ContentTitle">
             <summary>The content title.</summary>
             <remarks>
             This content title differs slightly from the title. The
             content title does not include the team projects.
             
             The content title is listed as the "title" in the email alert.
             </remarks>
             <value>The value of the content title</value>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent">
             <summary>
             A checkin event encompasses information about the check-in in addition to
             other items, e.g., work items that are related to the check-in.
             
             All check-ins include a changeset, date/time information, owner/committer and
             a (possibly empty) comment.
             
             </summary>
             <remarks>
             Note that a CheckinEvent object is the basis upon which post-checkin alerts are
             formed.
             </remarks>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.#ctor(System.Int32,System.DateTime,System.String,System.String,System.String)">
            <summary>
            Construct an object using check-in values.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.#ctor(System.Int32,System.DateTime,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Construct an object using check-in values.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.#ctor(System.Int32,System.DateTime)">
            <summary>
            Construct an object using a changeset number and the date/time the changeset
            was created.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.Clone">
            <summary>
            Perform a deep copy of a CheckinEvent object.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.Title">
            <summary>Return the title of the checkin event.</summary>
            <remarks>By convention, this also becomes the 'Subject' in alert email</remarks>
            <value>The title</value>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.ContentTitle">
             <summary>The content title.</summary>
             <remarks>
             This content title differs slightly from the title. The
             content title does not include the team projects.
             
             The content title is listed as the "title" in the email alert.
             </remarks>
             <value>The value of the content title</value>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.PolicyFailures">
            <summary>
            Policy failure information for the checkin.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.Committer">
            <summary>
            Return the committer associated with the checkin event. The committer is
            the identity that submitted the checkin.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.CommitterDisplay">
            <summary>
            Return the committer associated with the checkin event's display name. The committer is
            the identity that submitted the checkin.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.CheckinEvent.Number">
            <summary>
            Returns the changeset identifier.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent">
            <summary>
            Abstract class for notification events
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.#ctor(System.DateTime,System.String,System.String)">
            <summary>
            Construct an object using check-in values.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.#ctor(System.DateTime,System.String,System.String,System.String)">
            <summary>
            Construct an object using check-in values.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.Owner">
            <summary>
            Return the owner associated with the checkin event. The owner may be
            different from the committer when a proxy identity performs the checkin. In
            this case, the owner is the identity for whom the proxy identity performs
            the checkin.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.OwnerDisplay">
            <summary>
            Return the owner associated with the checkin event's display name. The owner may be
            different from the committer when a proxy identity performs the checkin. In
            this case, the owner is the identity for whom the proxy identity performs
            the checkin.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.AllChangesIncluded">
            <summary>
            Indicates whether the included changes have been limited due to resource controls.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.TimeZone">
            <summary>
            Returns the name of the caller's local time.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.TimeZoneOffset">
            <summary>
            Returns the offset, from GMT, of the caller's local time.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.Notice">
            <summary>
            For display puproses and may be null. Contains important information that
            relates to the checkin display process.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.Subscriber">
            <summary>
            When used in the alert process, contains the name of the user who subscribed
            to the alert. This information can be used by the alert recipient when necessary.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.TeamProjectListSeparator">
            <summary>
            Separator used to separate various TeamProject names in the TeamProject property.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.TeamProject">
            <summary>The team project(s) represented in this event</summary>
            <remarks>
            There may be multiple team projects. Multiple team projects
            are represented using a resource-defined separator.
            </remarks>
            <value>A string containing the team project(s) represented in this event</value>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.CheckinNotes">
            <summary>
            (Optional) Checkin notes for the checkin.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.PolicyOverrideComment">
            <summary>
            Policy override information for the checkin.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.CheckinInformation">
            <summary>
            Additional information conveyed at checkin time
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.Artifacts">
            <summary>
            A set of related artifacts.
            </summary>
            <remarks>
            Related artifacts are those artifacts that are germane to a just-completed
            "check-in" activity and can include: changeset, work-item, file(s), release
            notes and possibly other artifacts from extensions.
            </remarks>
            <value>
            Each artifact consists of a BIS Url if the "artifact type" is one exposed via
            the BIS linking service. Checkin Note Urls, e.g., are *not* exposed via the
            BIS linking service (in this case, a Hatteras Url represents the release
            notes).
            </value>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.NotificationEvent.CommentText(System.String,System.Int32)">
             <summary>
             Returns a comment string that is less than or equal to maxCommentChars
             </summary>
             <remarks>
             The returned string is usually part of the email 'Subject' and content titles.
             
             The returned string is processed as follows:
             1. Leading and trailing white space is removed
             2. If the first newline occurs prior to the max, the string up to (but
                not including the newline) is returned.
             3. If the length of the (trimmed) comment is less than the max, it is
                returned
             4. A substring of the first max characters with '...' suffixed is returned.
             </remarks>
             <param name="comment">The comment text</param>
             <param name="maxCommentChars">The maximum number of comment characters</param>
             <returns>A string that represents the comment trimmed accordingly</returns>
        </member>
        <!-- Badly formed XML comment ignored for member "T:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri" -->
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.#ctor(System.String,Microsoft.TeamFoundation.VersionControl.Common.ArtifactType,System.String)">
            <summary>
            Build a VersionControlIntegrationUri object using the BIS server, artifact type, and artifact
            name.
            </summary>
            <remarks></remarks>
            <param name="teamFoundationServerUrl">The Team Foundation server url</param>
            <param name="artifactType">The artifact type</param>
            <param name="artifactName">The artifact id (type dependent)</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,Microsoft.TeamFoundation.VersionControl.Common.ArtifactType,System.String)">
            <summary>
            Construct an VersionControlIntegrationUri object given a TfsTeamProjectCollection object,
            type and artifact name
            </summary>
            <param name="teamProjectCollection">A valid TfsTeamProjectCollection object</param>
            <param name="artifactType">The type of artifact to create</param>
            <param name="artifactName">The name of the artifact</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.#ctor(Microsoft.TeamFoundation.ILinking,System.String)">
            <summary>
            Construct an Integration Uri object using the proxy services of a specific
            service provider.
            </summary>
            <param name="linkingProvider">The linking service provider to use.</param>
            <param name="artifactUri">The string constituting the Bis Uri</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.#ctor(System.String,System.String)">
            <summary>
            Construct an Integration uri object using a Url of a Team Foundation Server
            and an artifact name.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.String)">
            <summary>
            Construct an Integration uri object given a TeamFoundationServer object
            and an artifact name.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.#ctor(System.String)">
            <summary>
            Construct an Integration uri object given an artifact name.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.ArtifactType">
            <summary>
            Returns the type of the Version Control artifact.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.TeamFoundationServerUrl">
            <summary>
            Returns the Url of the Team Foundation server
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.ArtifactName">
            <summary>
            Returns the name of the Version Control artifact.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.ArtifactTitle">
            <summary>
            Returns the title of the artifact. The title varies by the type of the artifact.
            artifact.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.ToString">
            <summary>
            Returns the string value of the artifact's Uri.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.Uri">
            <summary>
            Returns the Uri of the artifact.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.ToUrl">
            <summary>
            Returns the Url of the artifact; the Url may be addressed directly to
            obtain detailed information about the artifact.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.string2artifactType(System.String)">
            <summary>
            Converts a string representation of an artifact into its internal
            representation.
            </summary>
            <remarks>
            E.g., convert "VersionedItem" to ArtifactType.VersionedItem, etc.
            </remarks>
            <param name="artifactType">A string representation of a Hatteras artifact type.</param>
            <returns>
            The Version Control artifact type that matches the string representation.
            </returns>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.GetTeamProjectCollection(System.String)">
            <summary>
            Returns a lazily initialized Team Foundation proxy object.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.ArtifactUrl">
            <summary>
            Returns the public, internet Url for this artifact.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.ArtifactUri">
            <summary>
            Returns the Uri associated with the artifact.
            </summary>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationUri.ArtifactId">
            <summary>
            Gets the ArtifactId for the version control artifact
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri">
            <summary>A Uri represention a Version Control changeset artifact</summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri.#ctor(System.String,System.Int32)">
            <summary>
            Construct a Changeset Uri object given a Team Foundation server Url and a changeset.
            </summary>
            <param name="teamFoundationServerUrl">The Url of a Team Foundation server</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.Int32)">
            <summary>
            Construct a Changeset Uri object given a Team Foundation server object and a changeset.
            </summary>
            <param name="teamFoundationServer">The Team Foundation Server object</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.Int32,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Changeset Uri object given a Team Foundation server object and a changeset.
            </summary>
            <param name="teamFoundationServer">The Team Foundation Server object</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="type">Indicates whether the artifact should contain information
            from the checkin (e.g., include work item associations, checkin notes, etc.)</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri.#ctor(System.String,System.Int32,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Changeset Uri object given a Team Foundation server object and a changeset.
            </summary>
            <param name="teamFoundationServerUrl">The Url of the Team Foundation server</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="type">Indicates whether the artifact should contain information
            from the checkin (e.g., include work item associations, checkin notes, etc.)</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri.#ctor(System.Int32,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Changeset Uri object given a changeset.
            </summary>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="type">Indicates whether the artifact should contain information
            from the checkin (e.g., include work item associations, checkin notes, etc.)</param>
        </member>
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.ChangesetUri.ArtifactTitle">
            <summary>Returns the title of the Changeset artifact</summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.UriType">
            <summary>Indicates whether the uri should additional information</summary>
            <remarks>Generally, additional information is provided with web views</remarks>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri">
            <summary>A Uri represention a Version Control versioned item artifact</summary>
            <remarks> Versioned items represent specific versions of items.</remarks>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.#ctor(System.String,System.String,System.Int32,System.Int32)">
            <summary>
            See overload
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.#ctor(System.String,System.String,System.Int32,System.Int32,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Versioned Item Uri object given a Team Foundation server Url,
            a server path, changeset, and deletion id.
            </summary>
            <param name="teamFoundationServerUrl">The Url of a Team Foundation server</param>
            <param name="serverItem">The server path of the item</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="deletionId">The deletion id of the object.</param>
            <param name="type">Indicates whether a "web-view Uri should be created.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.String,System.Int32,System.Int32)">
            <summary>
            See overload
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.String,System.Int32,System.Int32,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Versioned Item Uri object given a Team Foundation server object,
            a server path, changeset, and deletion id and whether the Uri will be for
            a web view
            </summary>
            <param name="teamProjectCollection">The Team Foundation Project Collection object </param>
            <param name="serverItem">The server path of the item</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="deletionId">The deletion id of the object.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.#ctor(System.String,System.Int32,System.Int32,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Versioned Item Uri object given a server path, changeset, and deletion id
            and whether the Uri will be for a web view
            </summary>
            <param name="serverItem">The server path of the item</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="deletionId">The deletion id of the object.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.Decode(System.String,System.String@)">
            <summary>See overload</summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.Decode(System.String,System.String@,System.Int32@,System.Int32@)">
            <summary>See overload</summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.Decode(System.String,System.String@,System.Int32@,System.Int32@,Microsoft.TeamFoundation.VersionControl.Common.UriType@)" -->
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.VersionedItemUri.ArtifactTitle">
            <summary>Returns the title of the Versioned Item artifact</summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.LatestItemVersionUri">
            <summary>A Uri represention a Version Control latest versioned item artifact</summary>
            <remarks>These Uris always refer to the latest (non-deleted) item</remarks>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.LatestItemVersionUri.#ctor(System.String,System.Int32)">
            <summary>
            Construct a Versioned Item Uri object given a Team Foundation server Url,
            and item identifier
            </summary>
            <param name="teamFoundationServerUrl">The Url of a Team Foundation server</param>
            <param name="itemId">The item identifier associated with the artifact</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.LatestItemVersionUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.Int32)">
            <summary>
            Construct a Versioned Item Uri object given a Team Foundation server Url,
            a server path, changeset, and deletion id.
            </summary>
            <param name="teamProjectCollection">The Team Foundation project collection object</param>
            <param name="itemId">The item identifier associated with the artifact</param>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.LabelUri">
            <summary>A Uri represention a Version Control label artifact</summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.LabelUri.#ctor(System.String,System.Int32)">
            <summary>
            Construct a Label Uri object given a Team Foundation server Url,
            and label identifier.
            </summary>
            <param name="teamFoundationServerUrl">The Url of a Team Foundation server</param>
            <param name="labelId">The label identifier associated with the artifact</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.LabelUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.Int32)">
            <summary>
            Construct a Label Uri object given a Team Foundation project collection object,
            and label identifier.
            </summary>
            <param name="teamProjectCollection">The Team Foundation server object</param>
            <param name="labelId">The label identifier associated with the artifact</param>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri">
            <summary>A Uri represention a Version Control shelveset artifact</summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri.#ctor(System.String,System.String,System.String)">
            <summary>
            Construct a Shelveset Uri object given a Team Foundation server Url and a shelveset name and owner.
            </summary>
            <param name="teamFoundationServerUrl">The Url of a Team Foundation server</param>
            <param name="shelvesetName">The name of the shelveset for which an artifact should be constructed</param>
            <param name="shelvesetOwner">The owner of the shelveset</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.String,System.String)">
            <summary>
            Construct a Shelveset Uri object given a Team Foundation project collection object and a shelveset name and owner.
            </summary>
            <param name="teamProjectCollection">The Team Foundation project collection object</param>
            <param name="shelvesetName">The name of the shelveset for which an artifact should be constructed</param>
            <param name="shelvesetOwner">The owner of the shelveset</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.String,System.String,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Shelveset Uri object given a Team Foundation project collection object and a shelveset name and owner.
            </summary>
            <param name="teamProjectCollection">The Team Foundation project collection object</param>
            <param name="shelvesetName">The name of the shelveset for which an artifact should be constructed</param>
            <param name="shelvesetOwner">The owner of the shelveset</param>
            <param name="type">Indicates whether the artifact should contain information
            from the shelveset (e.g., include work item associations, checkin notes, etc.)</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri.#ctor(System.String,System.String,System.String,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Shelveset Uri object given a Team Foundation server object and a shelveset name and owner.
            </summary>
            <param name="teamFoundationServerUrl">The Url of the Team Foundation server</param>
            <param name="shelvesetName">The name of the shelveset for which an artifact should be constructed</param>
            <param name="shelvesetOwner">The owner of the shelveset</param>
            <param name="type">Indicates whether the artifact should contain information
            from the checkin (e.g., include work item associations, checkin notes, etc.)</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri.#ctor(System.String,System.String,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Shelveset Uri object given a shelveset name and owner.
            </summary>
            <param name="shelvesetName">The name of the shelveset for which an artifact should be constructed</param>
            <param name="shelvesetOwner">The owner of the shelveset</param>
            <param name="type">Indicates whether the artifact should contain information
            from the checkin (e.g., include work item associations, checkin notes, etc.)</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri.Decode(System.String,System.String@,System.String@)">
            <summary>See overload</summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri.Decode(System.String,System.String@,System.String@,Microsoft.TeamFoundation.VersionControl.Common.UriType@)" -->
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.ShelvesetUri.ArtifactTitle">
            <summary>Returns the title of the Shelveset artifact</summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri">
            <summary>A Uri represention a Version Control shelveset item artifact</summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            See overload
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri.#ctor(System.String,System.String,System.String,System.String,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Shelveset Item Uri object given a Team Foundation server Url,
            a server path, shelveset name and owner.
            </summary>
            <param name="teamFoundationServerUrl">The Url of a Team Foundation server</param>
            <param name="serverItem">The server path of the item</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="deletionId">The deletion id of the object.</param>
            <param name="type">Indicates whether a "web-view Uri should be created.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.String,System.String,System.String)">
            <summary>
            See overload
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri.#ctor(Microsoft.TeamFoundation.Client.TfsTeamProjectCollection,System.String,System.String,System.String,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Versioned Item Uri object given a Team Foundation project collection object,
            a server path, shelveset name and owner, and deletion id and whether the Uri will be for
            a web view
            </summary>
            <param name="teamProjectCollection">The Team Foundation project collection object </param>
            <param name="serverItem">The server path of the item</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="deletionId">The deletion id of the object.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri.#ctor(System.String,System.String,System.String,Microsoft.TeamFoundation.VersionControl.Common.UriType)">
            <summary>
            Construct a Versioned Item Uri object given a server path, shelveset name and owner,
            and whether the Uri will be for a web view
            </summary>
            <param name="teamFoundationServer">The Team Foundation server object </param>
            <param name="serverItem">The server path of the item</param>
            <param name="changeset">The changeset for which an artifact should be constructed</param>
            <param name="deletionId">The deletion id of the object.</param>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri.Decode(System.String,System.String@,System.String@,System.String@)">
            <summary>See overload</summary>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri.Decode(System.String,System.String@,System.String@,System.String@,Microsoft.TeamFoundation.VersionControl.Common.UriType@)" -->
        <member name="P:Microsoft.TeamFoundation.VersionControl.Common.ShelvedItemUri.ArtifactTitle">
            <summary>Returns the title of the Shelveset Item artifact</summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.InvalidArtifactTypeException">
            <summary>
            Thrown by VersionControlIntegrationUri() when the artifact type component is invalid.
            </summary>
        </member>
        <member name="T:Microsoft.TeamFoundation.VersionControl.Common.InvalidUriException">
            <summary>
            Thrown by VersionControlIntegrationUri() when the Uri format is incorrect.
            </summary>
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.#cctor">
            Creates the resource manager instance.
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.Get(System.String)">
            Returns a localized string given a resource string name.
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.GetInt(System.String)">
            Returns a localized integer given a resource string name.
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.GetBool(System.String)">
            Returns a localized string given a resource string name.
        </member>
        <member name="M:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.Format(System.String,System.Object[])">
            A little helper function to alleviate some typing associated with loading resources and
            formatting the strings. In DEBUG builds, it also asserts that the number of format
            arguments and the length of args match.
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.VersionControlNotRegistered">
            <summary>
            TF10109: Source control cannot locate the source control service on Team Foundation Server {0}. Check that you have a network connection and that your Team Foundation Server is available. If the problem persists, contact your Team Foundation Server administrator.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ChangesetFormat">
            <summary>
            Changeset {0}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.CheckinContentTitle">
            <summary>
            Changeset {0}: {1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.CheckinContentTitleNoComment">
            <summary>
            Changeset {0}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.CheckinEmailTitle">
            <summary>
            {0}: {1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.CheckinEmailTitleTemplate">
            <summary>
            {0} Changeset {1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvesetFormat">
            <summary>
            Shelveset {0};{1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvesetContentTitle">
            <summary>
            Shelveset {0} {1}: {2}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvesetContentTitleNoComment">
            <summary>
            Shelveset {0} {1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvesetEmailTitle">
            <summary>
            {0}: {1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvesetEmailTitleTemplate">
            <summary>
            {0} Shelveset {1} {2}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvesetEmailTitleTemplateNoType">
            <summary>
            {0} Shelveset {1}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvesetCreated">
            <summary>
            Created
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvesetUpdated">
            <summary>
            Updated
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.ShelvedItem">
            <summary>
            Shelveset {0};{1} version of {2}
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.TeamFoundationServerNameMissing">
            <summary>
            A Team Foundation server name must be supplied.
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.TeamProjectListSeparator">
            <summary>
            ,
            </summary>
        </member>
        <member name="F:Microsoft.TeamFoundation.VersionControl.Common.VersionControlIntegrationResources.VersionedItem">
            <summary>
            Version {0} of {1}
            </summary>
        </member>
    </members>
</doc>