C# 클래스 lw_common.parse.parsers.csv_file

상속: lw_common.parse.parsers.file.file_parser_base
파일 보기 프로젝트 열기: jtorjo/logwizard

공개 메소드들

메소드 설명
csv_file ( LogWizard.file_text_reader reader ) : System
force_reload ( ) : void

보호된 메소드들

메소드 설명
on_new_lines ( string new_lines ) : void
on_updated_settings ( ) : void

비공개 메소드들

메소드 설명
parse_csv ( string line ) : List
to_logwizard_header_name ( string name ) : string
try_parse_header ( List names ) : bool

메소드 상세

csv_file() 공개 메소드

public csv_file ( LogWizard.file_text_reader reader ) : System
reader LogWizard.file_text_reader
리턴 System

force_reload() 공개 메소드

public force_reload ( ) : void
리턴 void

on_new_lines() 보호된 메소드

protected on_new_lines ( string new_lines ) : void
new_lines string
리턴 void

on_updated_settings() 보호된 메소드

protected on_updated_settings ( ) : void
리턴 void