C# Class NuGet.TeamFoundationServer.TfsWorkspaceWrapper

Inheritance: ITfsWorkspace
显示文件 Open project: xero-github/Nuget

Public Methods

Method Description
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

Method Details

GetItems() public method

public GetItems ( string fullPath ) : IEnumerable
fullPath string
return IEnumerable

GetItems() public method

public GetItems ( string fullPath, ItemType itemType ) : IEnumerable
fullPath string
itemType ItemType
return IEnumerable

GetItemsRecursive() public method

public GetItemsRecursive ( string fullPath ) : IEnumerable
fullPath string
return IEnumerable

GetLocalItemForServerItem() public method

public GetLocalItemForServerItem ( string path ) : string
path string
return string

GetPendingChanges() public method

public GetPendingChanges ( string fullPath ) : IEnumerable
fullPath string
return IEnumerable

GetPendingChanges() public method

public GetPendingChanges ( string fullPath, RecursionType recursionType ) : IEnumerable
fullPath string
recursionType RecursionType
return IEnumerable

ItemExists() public method

public ItemExists ( string fullPath ) : bool
fullPath string
return bool

PendAdd() public method

public PendAdd ( IEnumerable fullPaths ) : bool
fullPaths IEnumerable
return bool

PendAdd() public method

public PendAdd ( string fullPath ) : bool
fullPath string
return bool

PendDelete() public method

public PendDelete ( IEnumerable fullPaths, RecursionType recursionType ) : bool
fullPaths IEnumerable
recursionType RecursionType
return bool

PendDelete() public method

public PendDelete ( string fullPath, RecursionType recursionType ) : bool
fullPath string
recursionType RecursionType
return bool

PendEdit() public method

public PendEdit ( string fullPath ) : bool
fullPath string
return bool

TfsWorkspaceWrapper() public method

public TfsWorkspaceWrapper ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : System
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
return System

TryGetLocalItemForServerItem() public method

public TryGetLocalItemForServerItem ( string path ) : string
path string
return string

Undo() public method

public Undo ( IEnumerable pendingChanges ) : void
pendingChanges IEnumerable
return void