C# 클래스 lw_common.filter_line

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fi font_info
original_line string
part part_type
text string
words string[]

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
is_color_or_font_line ( string line ) : bool
match_indexes ( line l, info_type type ) : List
match_indexes_any_column ( line l ) : List
matches ( line l ) : bool
operator ( ) : bool
parse ( string line ) : filter_line

보호된 메소드들

메소드 설명
Equals ( filter_line other ) : bool

비공개 메소드들

메소드 설명
compare ( string line_part, string text, string words ) : bool
compare_with_indexes ( string line_part, string text, string words, info_type type ) : List
create_regex ( ) : void
filter_line ( string original_line ) : System
is_regex_expression ( string expr ) : bool
line_part ( line l ) : string
matches_case_insensitive ( line l ) : bool
matches_case_insensitive_any_column ( line l ) : bool
matches_case_insensitive_with_indexes ( line l, info_type type ) : List
matches_case_sensitive ( line l ) : bool
matches_case_sensitive_any_column ( line l ) : bool
matches_case_sensitive_with_indexes ( line l, info_type type ) : List
parse_font ( string line ) : filter_line
parse_impl ( string line ) : filter_line
trim_quotes ( string line ) : string

메소드 상세

Equals() 보호된 메소드

protected Equals ( filter_line other ) : bool
other filter_line
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

is_color_or_font_line() 공개 정적인 메소드

public static is_color_or_font_line ( string line ) : bool
line string
리턴 bool

match_indexes() 공개 메소드

public match_indexes ( line l, info_type type ) : List
l line
type info_type
리턴 List

match_indexes_any_column() 공개 메소드

public match_indexes_any_column ( line l ) : List
l line
리턴 List

matches() 공개 메소드

public matches ( line l ) : bool
l line
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

parse() 공개 정적인 메소드

public static parse ( string line ) : filter_line
line string
리턴 filter_line

프로퍼티 상세

fi 공개적으로 프로퍼티

public font_info,lw_common fi
리턴 font_info

original_line 공개적으로 프로퍼티

public string original_line
리턴 string

part 공개적으로 프로퍼티

public part_type part
리턴 part_type

text 공개적으로 프로퍼티

public string text
리턴 string

words 공개적으로 프로퍼티

public string[] words
리턴 string[]