ITeamFoundationTeamService 介面
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
<DefaultServiceImplementationAttribute(GetType(TeamFoundationTeamService))> _
Public Interface ITeamFoundationTeamService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TeamFoundationTeamService))]
public interface ITeamFoundationTeamService : ITeamFoundationService
ITeamFoundationTeamService 類型會公開下列成員。
方法
|
CheckTeamName |
|
|
CreateTeam |
建立在伺服器上的小組有任意屬性的。 |
|
GetDefaultTeam |
取得專案的預設小組。 |
|
GetDefaultTeamId |
傳回預設專案小組的 ID。 |
|
GetTeamAdmins |
取得要將 Team 群組識別的系統管理員的身分識別。 |
|
HasTeamPermission |
判斷使用者是否有小組中指定的使用權限。 |
|
IsDefaultTeam |
檢查識別是否與專案的預設小組。 |
|
IsValidTeamName |
|
|
QueryTeams(TeamFoundationRequestContext, IdentityDescriptor) |
查詢任何 Team 群組特定使用者為成員。 |
|
QueryTeams(TeamFoundationRequestContext, Dictionary<String, Guid>) |
|
|
QueryTeams(TeamFoundationRequestContext, String) |
查詢特定專案的所有小組群組。 |
|
ReadTeam(TeamFoundationRequestContext, IdentityDescriptor, IEnumerable<String>) |
|
|
ReadTeam(TeamFoundationRequestContext, Guid, IEnumerable<String>) |
|
|
ReadTeam(TeamFoundationRequestContext, String, String, IEnumerable<String>) |
依名稱讀取 Team 群組特定專案的。 |
|
ReadTeamMembers |
取得小組成員身分識別。 |
|
ReadTeams |
讀取佇列 GROUP BY TeamFoundationId。 |
|
ServiceEnd |
呼叫 ServiceEnd,當將滑鼠指標停留在上的主應用程式關閉時,這個服務應該釋放所有資源。 (繼承自 ITeamFoundationService)。 |
|
ServiceStart |
當服務已初始化時, ServiceStart 呼叫。如果服務初始化非同步它必須實作用來判斷的 Service_Ready 服務時準備使用者存取它。 (繼承自 ITeamFoundationService)。 |
|
SetDefaultTeam |
設定專案的預設小組。 |
|
SetDefaultTeamId |
設定專案的預設小組。 |
|
UpdateTeam |
基礎識別屬性的更新。 |
回頁首
請參閱
參考
Microsoft.TeamFoundation.Server.Core 命名空間