IComponentCreator Interface
Component creator interface.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Interface IComponentCreator
public interface IComponentCreator
public interface class IComponentCreator
type IComponentCreator = interface end
public interface IComponentCreator
The IComponentCreator type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsTransitionCreator | When we are transitioning service to use resource manager, we must specify one component factory that will to create component until service is registered. | |
ServiceVersion | The version of the service. |
Top
Methods
Name | Description | |
---|---|---|
Create(TeamFoundationRequestContext, String) | Creates a component using request context and the database category. | |
Create(String, Int32, Int32, Int32) | Creates a component using connection string. | |
CreateHttp |
Top