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 |
||
PendAdd ( string fullPath ) : bool | ||
PendDelete ( IEnumerable |
||
PendDelete ( string fullPath, RecursionType recursionType ) : bool | ||
PendEdit ( string fullPath ) : bool | ||
TfsWorkspaceWrapper ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : System | ||
TryGetLocalItemForServerItem ( string path ) : string | ||
Undo ( IEnumerable |
public GetItems ( string fullPath ) : IEnumerable |
||
fullPath | string | |
return | IEnumerable |
public GetItems ( string fullPath, ItemType itemType ) : IEnumerable |
||
fullPath | string | |
itemType | ItemType | |
return | IEnumerable |
public GetItemsRecursive ( string fullPath ) : IEnumerable |
||
fullPath | string | |
return | IEnumerable |
public GetLocalItemForServerItem ( string path ) : string | ||
path | string | |
return | string |
public GetPendingChanges ( string fullPath ) : IEnumerable |
||
fullPath | string | |
return | IEnumerable |
public GetPendingChanges ( string fullPath, RecursionType recursionType ) : IEnumerable |
||
fullPath | string | |
recursionType | RecursionType | |
return | IEnumerable |
public PendAdd ( IEnumerable |
||
fullPaths | IEnumerable |
|
return | bool |
public PendDelete ( IEnumerable |
||
fullPaths | IEnumerable |
|
recursionType | RecursionType | |
return | bool |
public PendDelete ( string fullPath, RecursionType recursionType ) : bool | ||
fullPath | string | |
recursionType | RecursionType | |
return | bool |
public TfsWorkspaceWrapper ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace ) : System | ||
workspace | Microsoft.TeamFoundation.VersionControl.Client.Workspace | |
return | System |
public TryGetLocalItemForServerItem ( string path ) : string | ||
path | string | |
return | string |
public Undo ( IEnumerable |
||
pendingChanges | IEnumerable |
|
return | void |