C# Class lw_common.ui.search_for

Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
is_column_searchable ( info_type col ) : bool
operator ( ) : bool
to_filter ( ) : filter_info

Méthodes protégées

Méthode Description
Equals ( search_for other ) : bool

Private Methods

Méthode Description
is_auto_regex ( string text ) : bool
load ( string prefix ) : search_for
save ( string prefix ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Equals() protected méthode

protected Equals ( search_for other ) : bool
other search_for
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

is_column_searchable() public méthode

public is_column_searchable ( info_type col ) : bool
col info_type
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

to_filter() public méthode

public to_filter ( ) : filter_info
Résultat filter_info

Property Details

all_columns public_oe property

public bool all_columns
Résultat bool

case_sensitive public_oe property

public bool case_sensitive
Résultat bool

fg public_oe property

public Color fg
Résultat Color

friendly_regex_name public_oe property

public string friendly_regex_name
Résultat string

full_word public_oe property

public bool full_word
Résultat bool

last_view_names public_oe property

public string[] last_view_names
Résultat string[]

mark_lines_with_color public_oe property

public bool mark_lines_with_color
Résultat bool

negate public_oe property

public bool negate
Résultat bool

text public_oe property

public string text
Résultat string

type public_oe property

public int type
Résultat int

unique_id public_oe property

public int unique_id
Résultat int