C# Class OpenIDE.Core.Caching.ProjectFile

ファイルを表示 Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
ProjectFile ( string file, string project ) : System
SetFileSearch ( ) : ProjectFile
Update ( string project, bool fileSearch ) : ProjectFile

Method Details

ProjectFile() public method

public ProjectFile ( string file, string project ) : System
file string
project string
return System

SetFileSearch() public method

public SetFileSearch ( ) : ProjectFile
return ProjectFile

Update() public method

public Update ( string project, bool fileSearch ) : ProjectFile
project string
fileSearch bool
return ProjectFile