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
Public property 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.
Public property ServiceVersion The version of the service.

Top

Methods

  Name Description
Public method Create(TeamFoundationRequestContext, String) Creates a component using request context and the database category.
Public method Create(String, Int32, Int32, Int32) Creates a component using connection string.

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace