IComponentCreator 接口

组件创建者接口。

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Interface IComponentCreator
public interface IComponentCreator

IComponentCreator 类型公开以下成员。

属性

  名称 说明
公共属性 IsTransitionCreator 我们转换服务使用资源管理器时,必须指定要创建组件的一个组件工厂,直到服务注册。
公共属性 ServiceVersion 服务版本。

页首

方法

  名称 说明
公共方法 Create(TeamFoundationRequestContext, String) 使用请求上下文和数据库类中,创建一个元素。
公共方法 Create(String, Int32, Int32, Int32) 使用连接字符串,创建一个元素。
公共方法 CreateHttp

页首

请参见

参考

Microsoft.TeamFoundation.Framework.Server 命名空间