C# Class NuGet.TeamFoundationServer.TfsWorkspaceWrapper

Inheritance: ITfsWorkspace
Afficher le fichier Open project: xero-github/Nuget

Méthodes publiques

Méthode 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 méthode

public GetItems ( string fullPath ) : IEnumerable
fullPath string
Résultat IEnumerable

GetItems() public méthode

public GetItems ( string fullPath, ItemType itemType ) : IEnumerable
fullPath string
itemType ItemType
Résultat IEnumerable

GetItemsRecursive() public méthode

public GetItemsRecursive ( string fullPath ) : IEnumerable
fullPath string
Résultat IEnumerable

GetLocalItemForServerItem() public méthode

public GetLocalItemForServerItem ( string path ) : string
path string
Résultat string

GetPendingChanges() public méthode

public GetPendingChanges ( string fullPath ) : IEnumerable
fullPath string
Résultat IEnumerable

GetPendingChanges() public méthode

public GetPendingChanges ( string fullPath, RecursionType recursionType ) : IEnumerable
fullPath string
recursionType RecursionType
Résultat IEnumerable

ItemExists() public méthode

public ItemExists ( string fullPath ) : bool
fullPath string
Résultat bool

PendAdd() public méthode

public PendAdd ( IEnumerable fullPaths ) : bool
fullPaths IEnumerable
Résultat bool

PendAdd() public méthode

public PendAdd ( string fullPath ) : bool
fullPath string
Résultat bool

PendDelete() public méthode

public PendDelete ( IEnumerable fullPaths, RecursionType recursionType ) : bool
fullPaths IEnumerable
recursionType RecursionType
Résultat bool

PendDelete() public méthode

public PendDelete ( string fullPath, RecursionType recursionType ) : bool
fullPath string
recursionType RecursionType
Résultat bool

PendEdit() public méthode

public PendEdit ( string fullPath ) : bool
fullPath string
Résultat bool

TfsWorkspaceWrapper() public méthode

public TfsWorkspaceWrapper ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : System
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
Résultat System

TryGetLocalItemForServerItem() public méthode

public TryGetLocalItemForServerItem ( string path ) : string
path string
Résultat string

Undo() public méthode

public Undo ( IEnumerable pendingChanges ) : void
pendingChanges IEnumerable
Résultat void