Share via


WorkspaceInfo Members

Include Protected Members
Include Inherited Members

Holds the properties of a cached local workspace.

The WorkspaceInfo type exposes the following members.

Methods

 

Name

Description

Public method

Equals

Returns true if the WorkspaceInfo objects are equal according to workspace name, owner, and database. (Overrides Object.Equals(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

FormatWorkspaceNameForException

Formats the conflicting workspace name for exception when there is a conflict. The owner of the workspace is included when the owner is different.

Public method

GetHashCode

Gets the hash code for this instance, computed from name, owner, and database guid. (Overrides Object.GetHashCode().)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

GetWorkspace

Get the workspace object that matches this WorkspaceInfo.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Return a string instance which reflects this WorkspaceInfo's contents. (Overrides Object.ToString().)

Top

Operators

 

Name

Description

Public operatorStatic member

Equality

Returns true if the WorkspaceInfo objects are equal according to workspace name, owner, and database.

Public operatorStatic member

Inequality

Returns false if the WorkspaceInfo objects are equal according to workspace name, owner, and database.

Top

Properties

 

Name

Description

Public property

Comment

Gets the comment associated with this workspace.

Public property

Computer

Gets the name of the computer on which this workspace is located.

Public property

DisplayName

Gets the formatted display name of the workspace.

Public property

LastSavedCheckin

Gets or sets the settings associated with the last saved check-in attempt.

Public property

MappedPaths

Gets the working folder mappings of the workspace.

Public property

Name

Gets the name of the workspace.

Public property

OwnerName

Gets the owner of the workspace.

Public property

ServerGuid

Gets the owner of the workspace.

Public property

ServerUri

Gets the URI of the associated Team Foundation Server.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IComparable.CompareTo

Top

See Also

Reference

WorkspaceInfo Class

Microsoft.TeamFoundation.VersionControl.Client Namespace