C# Class OpenIDE.CodeEngine.Core.Tests.Fake_Cache

Inheritance: ICacheBuilder, ICrawlResult
Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Свойство Type Description
Files List
Projects List
References List
SignatureReferences List

Méthodes publiques

Méthode Description
Add ( ICodeReference reference ) : void
Add ( IEnumerable references ) : void
Add ( ISignatureReference reference ) : void
Add ( Project project ) : void
Add ( ProjectFile file ) : void
FileExists ( string file ) : bool
GetProject ( string path ) : Project
Invalidate ( string file ) : void
ProjectExists ( Project project ) : bool

Method Details

Add() public méthode

public Add ( ICodeReference reference ) : void
reference ICodeReference
Résultat void

Add() public méthode

public Add ( IEnumerable references ) : void
references IEnumerable
Résultat void

Add() public méthode

public Add ( ISignatureReference reference ) : void
reference ISignatureReference
Résultat void

Add() public méthode

public Add ( Project project ) : void
project OpenIDE.Core.Caching.Project
Résultat void

Add() public méthode

public Add ( ProjectFile file ) : void
file OpenIDE.Core.Caching.ProjectFile
Résultat void

FileExists() public méthode

public FileExists ( string file ) : bool
file string
Résultat bool

GetProject() public méthode

public GetProject ( string path ) : Project
path string
Résultat OpenIDE.Core.Caching.Project

Invalidate() public méthode

public Invalidate ( string file ) : void
file string
Résultat void

ProjectExists() public méthode

public ProjectExists ( Project project ) : bool
project OpenIDE.Core.Caching.Project
Résultat bool

Property Details

Files public_oe property

public List Files
Résultat List

Projects public_oe property

public List Projects
Résultat List

References public_oe property

public List References
Résultat List

SignatureReferences public_oe property

public List SignatureReferences
Résultat List