RegistrationUtilities Class
Summary description for Utilities.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Server.RegistrationUtilities
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class RegistrationUtilities
public static class RegistrationUtilities
public ref class RegistrationUtilities abstract sealed
[<AbstractClass>]
[<Sealed>]
type RegistrationUtilities = class end
public final class RegistrationUtilities
The RegistrationUtilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
Compare(String, String) | ||
Compare(String, String, Boolean) | ||
GetConnectionString | Get the generated connection string, depending on given registration entry and database name. | |
GetServiceInterfaceUrl | ||
GetServiceUrlForTool(TfsConnection, String) | Get the ServiceUrl for a specific tool with only one service Url An ArgumentException will be thrown if there is more than one ServiceUrl for this tool instance If no ServiceInstances are returned for this tool name an RegistrationEntryRetrievalException will be thrown | |
GetServiceUrlForTool(TfsConnection, String, String) | Get the ServiceUrl for a specific tool with only one service Url An ArgumentException will be thrown if there is more than one ServiceUrl for this tool instance If no ServiceInstances are returned for this tool name an RegistrationEntryRetrievalException will be thrown | |
IsToolType | ||
IsToolTypeWellFormed |
Top
Fields
Name | Description | |
---|---|---|
BisName | ||
BisRegistryPath | ||
RegRegistrationServiceUrl | ||
RosettaName | ||
SharePointName |
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.