C# Класс SS.Ynote.Classic.Core.Search.SearchResults

Наследование: WeifenLuo.WinFormsUI.Docking.DockContent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

FindAll() публичный Метод

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
Результат void

ReplaceAll() публичный Метод

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
Результат void

SearchResults() публичный Метод

public SearchResults ( IYnote ynote ) : System
ynote IYnote
Результат System