C# 클래스 lw_common.string_search

파일 보기 프로젝트 열기: jtorjo/logwizard

공개 메소드들

메소드 설명
is_delim_or_does_not_exist ( string line, int idx ) : bool
match_indexes ( string line, search_for search ) : int>>.List
matches ( IEnumerable cells, search_for search ) : bool
matches ( lw_common.filter item, IEnumerable cols, search_for search ) : bool
matches ( lw_common.filter item, search_for search ) : bool
matches ( line l, IEnumerable cols, search_for search ) : bool

비공개 메소드들

메소드 설명
matches_cell ( string line, search_for search ) : bool
matches_full_word ( string line, string txt ) : bool

메소드 상세

is_delim_or_does_not_exist() 공개 정적인 메소드

public static is_delim_or_does_not_exist ( string line, int idx ) : bool
line string
idx int
리턴 bool

match_indexes() 공개 정적인 메소드

public static match_indexes ( string line, search_for search ) : int>>.List
line string
search lw_common.ui.search_for
리턴 int>>.List

matches() 공개 정적인 메소드

public static matches ( IEnumerable cells, search_for search ) : bool
cells IEnumerable
search lw_common.ui.search_for
리턴 bool

matches() 공개 정적인 메소드

public static matches ( lw_common.filter item, IEnumerable cols, search_for search ) : bool
item lw_common.filter
cols IEnumerable
search lw_common.ui.search_for
리턴 bool

matches() 공개 정적인 메소드

public static matches ( lw_common.filter item, search_for search ) : bool
item lw_common.filter
search lw_common.ui.search_for
리턴 bool

matches() 공개 정적인 메소드

public static matches ( line l, IEnumerable cols, search_for search ) : bool
l line
cols IEnumerable
search lw_common.ui.search_for
리턴 bool