C# Класс TfsApi.Administration.TeamProjectCollections

Наследование: ITeamProjectCollections
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_tfsUri System.Uri

Открытые методы

Метод Описание
CollectionExists ( string collectionName ) : bool
CreateProjectCollection ( string name, string description, eSharePointActions sharePointAction = eSharePointActions.None, string sharePointServerHash = null, string sharePointSitePath = null, eReportingActions reportingAction = eReportingActions.None, string reportServerHash = null, string reportFolderPath = null ) : void
DeleteProjectCollection ( string teamProjectCollection ) : void

Deletes the project collection. More Info : http://msdn.microsoft.com/en-us/library/vstudio/ee349263.aspx

Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetProjectCollectionSharepointUri ( string collectionName ) : Uri
ListCollections ( ) : List
TeamProjectCollections ( Uri tfsUri, ITfsCredentials tfsCredentials ) : System

Приватные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Описание методов

CollectionExists() публичный Метод

public CollectionExists ( string collectionName ) : bool
collectionName string
Результат bool

CreateProjectCollection() публичный Метод

public CreateProjectCollection ( string name, string description, eSharePointActions sharePointAction = eSharePointActions.None, string sharePointServerHash = null, string sharePointSitePath = null, eReportingActions reportingAction = eReportingActions.None, string reportServerHash = null, string reportFolderPath = null ) : void
name string
description string
sharePointAction eSharePointActions
sharePointServerHash string
sharePointSitePath string
reportingAction eReportingActions
reportServerHash string
reportFolderPath string
Результат void

DeleteProjectCollection() публичный Метод

Deletes the project collection. More Info : http://msdn.microsoft.com/en-us/library/vstudio/ee349263.aspx
There was an error Deleting the team project ' + teamProjectName + '.\n\n + error
public DeleteProjectCollection ( string teamProjectCollection ) : void
teamProjectCollection string The team project collection.
Результат void

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

GetProjectCollectionSharepointUri() публичный Метод

public GetProjectCollectionSharepointUri ( string collectionName ) : Uri
collectionName string
Результат System.Uri

ListCollections() публичный Метод

public ListCollections ( ) : List
Результат List

TeamProjectCollections() публичный Метод

public TeamProjectCollections ( Uri tfsUri, ITfsCredentials tfsCredentials ) : System
tfsUri System.Uri
tfsCredentials ITfsCredentials
Результат System

Описание свойств

_tfsUri публичное свойство

public Uri,System _tfsUri
Результат System.Uri