C# Class MonoDevelop.VersionControl.TFS.Infrastructure.RepositoryCache

Afficher le fichier Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Méthodes publiques

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

Method Details

AddToCache() public méthode

public AddToCache ( ExtendedItem item ) : void
item ExtendedItem
Résultat void

AddToCache() public méthode

public AddToCache ( IEnumerable items ) : void
items IEnumerable
Résultat void

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

GetItem() public méthode

public GetItem ( FilePath localPath ) : ExtendedItem
localPath FilePath
Résultat ExtendedItem

GetItem() public méthode

public GetItem ( VersionControlPath serverPath ) : ExtendedItem
serverPath VersionControlPath
Résultat ExtendedItem

GetItems() public méthode

public GetItems ( List paths, RecursionType recursionType ) : List
paths List
recursionType RecursionType
Résultat List

HasItem() public méthode

public HasItem ( VersionControlPath serverPath ) : bool
serverPath VersionControlPath
Résultat bool

RefreshItem() public méthode

public RefreshItem ( FilePath localPath ) : void
localPath FilePath
Résultat void

RefreshItems() public méthode

public RefreshItems ( IEnumerable localPaths ) : void
localPaths IEnumerable
Résultat void

RepositoryCache() public méthode

public RepositoryCache ( TFSRepository repo ) : Microsoft.TeamFoundation.VersionControl.Client.Objects
repo TFSRepository
Résultat Microsoft.TeamFoundation.VersionControl.Client.Objects