C# 클래스 lw_common.parse_nlog_syntax

파일 보기 프로젝트 열기: jtorjo/logwizard

공개 메소드들

메소드 설명
is_syntax_string ( string syntax ) : bool
parse ( string syntax ) : string

비공개 메소드들

메소드 설명
column_to_lw_column ( string name ) : string
get_inner_renderer ( string>.List properties ) : Tuple>>
ignore_renderer ( string name ) : bool
need_to_get_inner_renderer ( string name ) : bool
parse_renderer ( string renderer ) : Tuple>>
parse_single_property ( string prop ) : string>.Tuple
split_into_renderers ( string syntax ) : List

메소드 상세

is_syntax_string() 공개 정적인 메소드

public static is_syntax_string ( string syntax ) : bool
syntax string
리턴 bool

parse() 공개 정적인 메소드

public static parse ( string syntax ) : string
syntax string
리턴 string