C# 클래스 OpenIDE.CodeEngine.Core.Tests.Fake_Cache

상속: ICacheBuilder, ICrawlResult
파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Files List
Projects List
References List
SignatureReferences List

공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( ICodeReference reference ) : void
reference ICodeReference
리턴 void

Add() 공개 메소드

public Add ( IEnumerable references ) : void
references IEnumerable
리턴 void

Add() 공개 메소드

public Add ( ISignatureReference reference ) : void
reference ISignatureReference
리턴 void

Add() 공개 메소드

public Add ( Project project ) : void
project OpenIDE.Core.Caching.Project
리턴 void

Add() 공개 메소드

public Add ( ProjectFile file ) : void
file OpenIDE.Core.Caching.ProjectFile
리턴 void

FileExists() 공개 메소드

public FileExists ( string file ) : bool
file string
리턴 bool

GetProject() 공개 메소드

public GetProject ( string path ) : Project
path string
리턴 OpenIDE.Core.Caching.Project

Invalidate() 공개 메소드

public Invalidate ( string file ) : void
file string
리턴 void

ProjectExists() 공개 메소드

public ProjectExists ( Project project ) : bool
project OpenIDE.Core.Caching.Project
리턴 bool

프로퍼티 상세

Files 공개적으로 프로퍼티

public List Files
리턴 List

Projects 공개적으로 프로퍼티

public List Projects
리턴 List

References 공개적으로 프로퍼티

public List References
리턴 List

SignatureReferences 공개적으로 프로퍼티

public List SignatureReferences
리턴 List