C# 클래스 lw_common.syntax_to_lw_syntax

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 메소드들

메소드 설명
add_column ( int min_len, bool fixed_now, string pattern, string suffix, string lw_column ) : void
on_error ( string error ) : void
syntax_to_lw_syntax ( string syntax, string parse_type ) : System

메소드 상세

add_column() 공개 메소드

public add_column ( int min_len, bool fixed_now, string pattern, string suffix, string lw_column ) : void
min_len int
fixed_now bool
pattern string
suffix string
lw_column string
리턴 void

on_error() 공개 메소드

public on_error ( string error ) : void
error string
리턴 void

syntax_to_lw_syntax() 공개 메소드

public syntax_to_lw_syntax ( string syntax, string parse_type ) : System
syntax string
parse_type string
리턴 System