C# Класс NuGet.TeamFoundationServer.TfsWorkspaceWrapper

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

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

Метод Описание
GetItems ( string fullPath ) : IEnumerable
GetItems ( string fullPath, ItemType itemType ) : IEnumerable
GetItemsRecursive ( string fullPath ) : IEnumerable
GetLocalItemForServerItem ( string path ) : string
GetPendingChanges ( string fullPath ) : IEnumerable
GetPendingChanges ( string fullPath, RecursionType recursionType ) : IEnumerable
ItemExists ( string fullPath ) : bool
PendAdd ( IEnumerable fullPaths ) : bool
PendAdd ( string fullPath ) : bool
PendDelete ( IEnumerable fullPaths, RecursionType recursionType ) : bool
PendDelete ( string fullPath, RecursionType recursionType ) : bool
PendEdit ( string fullPath ) : bool
TfsWorkspaceWrapper ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : System
TryGetLocalItemForServerItem ( string path ) : string
Undo ( IEnumerable pendingChanges ) : void

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

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

public GetItems ( string fullPath ) : IEnumerable
fullPath string
Результат IEnumerable

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

public GetItems ( string fullPath, ItemType itemType ) : IEnumerable
fullPath string
itemType ItemType
Результат IEnumerable

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

public GetItemsRecursive ( string fullPath ) : IEnumerable
fullPath string
Результат IEnumerable

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

public GetLocalItemForServerItem ( string path ) : string
path string
Результат string

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

public GetPendingChanges ( string fullPath ) : IEnumerable
fullPath string
Результат IEnumerable

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

public GetPendingChanges ( string fullPath, RecursionType recursionType ) : IEnumerable
fullPath string
recursionType RecursionType
Результат IEnumerable

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

public ItemExists ( string fullPath ) : bool
fullPath string
Результат bool

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

public PendAdd ( IEnumerable fullPaths ) : bool
fullPaths IEnumerable
Результат bool

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

public PendAdd ( string fullPath ) : bool
fullPath string
Результат bool

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

public PendDelete ( IEnumerable fullPaths, RecursionType recursionType ) : bool
fullPaths IEnumerable
recursionType RecursionType
Результат bool

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

public PendDelete ( string fullPath, RecursionType recursionType ) : bool
fullPath string
recursionType RecursionType
Результат bool

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

public PendEdit ( string fullPath ) : bool
fullPath string
Результат bool

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

public TfsWorkspaceWrapper ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : System
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
Результат System

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

public TryGetLocalItemForServerItem ( string path ) : string
path string
Результат string

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

public Undo ( IEnumerable pendingChanges ) : void
pendingChanges IEnumerable
Результат void