This documentation is archived and is not being maintained.
RequestContextExtensions Class
Visual Studio 2013
Common extensions to TeamFoundationRequestContext
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateComponent<TInterface, TComponent>(TeamFoundationRequestContext) | Creates a component that can be used to communicate to the current version of the database. Construct via an interface so that it is more trivially mock/stubbable using Fakes. |
![]() ![]() | CreateComponent<TInterface, TComponent>(TeamFoundationRequestContext, String) | Creates a component that can be used to communicate to the current version of the database. Construct via an interface so that it is more trivially mock/stubbable using Fakes. |
Show:
