C# Class SS.Ynote.Classic.Core.Search.SearchResults

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent
Afficher le fichier Open project: samarjeet27/ynoteclassic Class Usage Examples

Méthodes publiques

Méthode Description
FindAll ( string dir, bool regex, bool matchcase, string text, string dirpattern, bool subdirs ) : void
ReplaceAll ( string dir, string filter, bool regex, bool matchcase, string find, string replace, bool subdirs ) : void
SearchResults ( IYnote ynote ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FileExists ( IYnote ynote, string file ) : bool
FindInDocuments ( IEnumerable files, string searchString, bool ignoreCase ) : void
FindInDocumentsWithRegex ( IEnumerable files, string searchString, RegexOptions options ) : void
FindReferences ( string searchPath, string searchString, string searchpattern, SearchOption option ) : void

Finds References in Directory

FindReferencesWithRegex ( string searchPath, string regex, string searchpattern, SearchOption option ) : void
GetOption ( bool subdirectory ) : SearchOption
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ReplaceInFiles ( IEnumerable filePaths, string searchText, string replaceText, bool ignoreCase ) : void
ReplaceInFilesWithRegex ( IEnumerable filePaths, string searchText, string replaceText, RegexOptions options ) : void
lvresults_DoubleClick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FindAll() public méthode

public FindAll ( string dir, bool regex, bool matchcase, string text, string dirpattern, bool subdirs ) : void
dir string
regex bool
matchcase bool
text string
dirpattern string
subdirs bool
Résultat void

ReplaceAll() public méthode

public ReplaceAll ( string dir, string filter, bool regex, bool matchcase, string find, string replace, bool subdirs ) : void
dir string
filter string
regex bool
matchcase bool
find string
replace string
subdirs bool
Résultat void

SearchResults() public méthode

public SearchResults ( IYnote ynote ) : System
ynote IYnote
Résultat System