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
Returns true if the WorkspaceInfo objects are equal according to workspace name, owner, and database. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
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.
Gets the hash code for this instance, computed from name, owner, and database guid. (Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Get the workspace object that matches this WorkspaceInfo.
Creates a shallow copy of the current Object. (Inherited from Object.)
Return a string instance which reflects this WorkspaceInfo's contents. (Overrides Object.ToString().)
Top
Operators
Name
Description
Returns true if the WorkspaceInfo objects are equal according to workspace name, owner, and database.
Returns false if the WorkspaceInfo objects are equal according to workspace name, owner, and database.
Top
Properties
Name
Description
Gets the comment associated with this workspace.
Gets the name of the computer on which this workspace is located.
Gets the formatted display name of the workspace.
Gets or sets the settings associated with the last saved check-in attempt.
Gets the working folder mappings of the workspace.
Gets the name of the workspace.
Gets the owner of the workspace.
Gets the owner of the workspace.
Gets the URI of the associated Team Foundation Server.
Top
Explicit Interface Implementations
Name
Description
Top