C# Class lw_common.filter_line

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

Méthodes publiques

Свойство Type Description
fi font_info
original_line string
part part_type
text string
words string[]

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Equals ( filter_line other ) : bool

Private Methods

Méthode Description
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

Method Details

Equals() protected méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

is_color_or_font_line() public static méthode

public static is_color_or_font_line ( string line ) : bool
line string
Résultat bool

match_indexes() public méthode

public match_indexes ( line l, info_type type ) : List
l line
type info_type
Résultat List

match_indexes_any_column() public méthode

public match_indexes_any_column ( line l ) : List
l line
Résultat List

matches() public méthode

public matches ( line l ) : bool
l line
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

parse() public static méthode

public static parse ( string line ) : filter_line
line string
Résultat filter_line

Property Details

fi public_oe property

public font_info,lw_common fi
Résultat font_info

original_line public_oe property

public string original_line
Résultat string

part public_oe property

public part_type part
Résultat part_type

text public_oe property

public string text
Résultat string

words public_oe property

public string[] words
Résultat string[]