C# 클래스 MonoDevelop.VersionControl.TFS.Infrastructure.RepositoryCache

파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin 1 사용 예제들

공개 메소드들

메소드 설명
AddToCache ( ExtendedItem item ) : void
AddToCache ( IEnumerable items ) : void
ClearCache ( ) : void
GetItem ( FilePath localPath ) : ExtendedItem
GetItem ( VersionControlPath serverPath ) : ExtendedItem
GetItems ( List paths, RecursionType recursionType ) : List
HasItem ( VersionControlPath serverPath ) : bool
RefreshItem ( FilePath localPath ) : void
RefreshItems ( IEnumerable localPaths ) : void
RepositoryCache ( TFSRepository repo ) : Microsoft.TeamFoundation.VersionControl.Client.Objects

메소드 상세

AddToCache() 공개 메소드

public AddToCache ( ExtendedItem item ) : void
item ExtendedItem
리턴 void

AddToCache() 공개 메소드

public AddToCache ( IEnumerable items ) : void
items IEnumerable
리턴 void

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

GetItem() 공개 메소드

public GetItem ( FilePath localPath ) : ExtendedItem
localPath FilePath
리턴 ExtendedItem

GetItem() 공개 메소드

public GetItem ( VersionControlPath serverPath ) : ExtendedItem
serverPath VersionControlPath
리턴 ExtendedItem

GetItems() 공개 메소드

public GetItems ( List paths, RecursionType recursionType ) : List
paths List
recursionType RecursionType
리턴 List

HasItem() 공개 메소드

public HasItem ( VersionControlPath serverPath ) : bool
serverPath VersionControlPath
리턴 bool

RefreshItem() 공개 메소드

public RefreshItem ( FilePath localPath ) : void
localPath FilePath
리턴 void

RefreshItems() 공개 메소드

public RefreshItems ( IEnumerable localPaths ) : void
localPaths IEnumerable
리턴 void

RepositoryCache() 공개 메소드

public RepositoryCache ( TFSRepository repo ) : Microsoft.TeamFoundation.VersionControl.Client.Objects
repo TFSRepository
리턴 Microsoft.TeamFoundation.VersionControl.Client.Objects