C# Class lw_common.parse.parsers.csv_file

Inheritance: lw_common.parse.parsers.file.file_parser_base
Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Méthode Description
csv_file ( LogWizard.file_text_reader reader ) : System
force_reload ( ) : void

Méthodes protégées

Méthode Description
on_new_lines ( string new_lines ) : void
on_updated_settings ( ) : void

Private Methods

Méthode Description
parse_csv ( string line ) : List
to_logwizard_header_name ( string name ) : string
try_parse_header ( List names ) : bool

Method Details

csv_file() public méthode

public csv_file ( LogWizard.file_text_reader reader ) : System
reader LogWizard.file_text_reader
Résultat System

force_reload() public méthode

public force_reload ( ) : void
Résultat void

on_new_lines() protected méthode

protected on_new_lines ( string new_lines ) : void
new_lines string
Résultat void

on_updated_settings() protected méthode

protected on_updated_settings ( ) : void
Résultat void