C# 클래스 lw_common.ui.search_for

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

공개 프로퍼티들

프로퍼티 타입 설명
all_columns bool
case_sensitive bool
fg Color
friendly_regex_name string
full_word bool
last_view_names string[]
mark_lines_with_color bool
negate bool
text string
type int
unique_id int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
is_column_searchable ( info_type col ) : bool
operator ( ) : bool
to_filter ( ) : filter_info

보호된 메소드들

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

비공개 메소드들

메소드 설명
is_auto_regex ( string text ) : bool
load ( string prefix ) : search_for
save ( string prefix ) : void

메소드 상세

Equals() 공개 메소드

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

Equals() 보호된 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

is_column_searchable() 공개 메소드

public is_column_searchable ( info_type col ) : bool
col info_type
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

to_filter() 공개 메소드

public to_filter ( ) : filter_info
리턴 filter_info

프로퍼티 상세

all_columns 공개적으로 프로퍼티

public bool all_columns
리턴 bool

case_sensitive 공개적으로 프로퍼티

public bool case_sensitive
리턴 bool

fg 공개적으로 프로퍼티

public Color fg
리턴 Color

friendly_regex_name 공개적으로 프로퍼티

public string friendly_regex_name
리턴 string

full_word 공개적으로 프로퍼티

public bool full_word
리턴 bool

last_view_names 공개적으로 프로퍼티

public string[] last_view_names
리턴 string[]

mark_lines_with_color 공개적으로 프로퍼티

public bool mark_lines_with_color
리턴 bool

negate 공개적으로 프로퍼티

public bool negate
리턴 bool

text 공개적으로 프로퍼티

public string text
리턴 string

type 공개적으로 프로퍼티

public int type
리턴 int

unique_id 공개적으로 프로퍼티

public int unique_id
리턴 int