C# 클래스 NuGet.TeamFoundationServer.TfsWorkspaceWrapper

상속: ITfsWorkspace
파일 보기 프로젝트 열기: xero-github/Nuget

공개 메소드들

메소드 설명
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