C# Class lw_common.parse.parsers.csv_file

Inheritance: lw_common.parse.parsers.file.file_parser_base
Mostrar archivo Open project: jtorjo/logwizard

Public Methods

Method Description
csv_file ( LogWizard.file_text_reader reader ) : System
force_reload ( ) : void

Protected Methods

Method Description
on_new_lines ( string new_lines ) : void
on_updated_settings ( ) : void

Private Methods

Method Description
parse_csv ( string line ) : List
to_logwizard_header_name ( string name ) : string
try_parse_header ( List names ) : bool

Method Details

csv_file() public method

public csv_file ( LogWizard.file_text_reader reader ) : System
reader LogWizard.file_text_reader
return System

force_reload() public method

public force_reload ( ) : void
return void

on_new_lines() protected method

protected on_new_lines ( string new_lines ) : void
new_lines string
return void

on_updated_settings() protected method

protected on_updated_settings ( ) : void
return void