C# Class lw_common.parse_nlog_syntax

显示文件 Open project: jtorjo/logwizard

Public Methods

Method Description
is_syntax_string ( string syntax ) : bool
parse ( string syntax ) : string

Private Methods

Method Description
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

Method Details

is_syntax_string() public static method

public static is_syntax_string ( string syntax ) : bool
syntax string
return bool

parse() public static method

public static parse ( string syntax ) : string
syntax string
return string