This documentation is archived and is not being maintained.
ComponentCreator<TComponent> Class
Visual Studio 2013
Team Foundation Server component creator.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The ComponentCreator<TComponent> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ComponentCreator<TComponent>(Int32) | Initializes a new instance of the ComponentCreator class. |
![]() | ComponentCreator<TComponent>(Int32, Boolean) | Initializes a new instance of the ComponentCreator class. |
| Name | Description | |
|---|---|---|
![]() | IsTransitionCreator | |
![]() | ServiceVersion | The version of the component/service that this class creates. |
| 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. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
