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