C# Class lw_common.parse.aliases

Inheritance: IDisposable
Mostrar archivo Open project: jtorjo/logwizard Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ToString ( ) : string
aliases ( string aliases_string ) : System
dump_resolve_names ( ) : string
friendly_name ( info_type info ) : string
from_enter_separated_string ( string s ) : aliases
get ( string column ) : string
has_column ( info_type type ) : bool
is_known_column_name ( string colum_name ) : bool
is_non_friendly_name_info_the_same ( aliases other ) : bool
on_column_names ( info_type>.List column_names ) : void
on_column_names ( List column_names ) : void
to_enter_separated_string ( ) : string
to_info_type ( string column_name ) : info_type
to_logwizard_column_name ( string name ) : string

Private Methods

Method Description
aliases ( ) : System
first_non_used_column ( string name ) : info_type
get_friendly_name_part ( string s ) : string
get_value_part ( string s ) : string
index_to_info_type ( int idx ) : info_type
init ( ) : void
sorted_non_friendly_name_lines ( ) : List
string_to_info_type ( string str ) : info_type
to_info_type ( string alias, List column_names ) : info_type

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

aliases() public method

public aliases ( string aliases_string ) : System
aliases_string string
return System

dump_resolve_names() public method

public dump_resolve_names ( ) : string
return string

friendly_name() public method

public friendly_name ( info_type info ) : string
info info_type
return string

from_enter_separated_string() public static method

public static from_enter_separated_string ( string s ) : aliases
s string
return aliases

get() public method

public get ( string column ) : string
column string
return string

has_column() public method

public has_column ( info_type type ) : bool
type info_type
return bool

is_known_column_name() public method

public is_known_column_name ( string colum_name ) : bool
colum_name string
return bool

is_non_friendly_name_info_the_same() public method

public is_non_friendly_name_info_the_same ( aliases other ) : bool
other aliases
return bool

on_column_names() public method

public on_column_names ( info_type>.List column_names ) : void
column_names info_type>.List
return void

on_column_names() public method

public on_column_names ( List column_names ) : void
column_names List
return void

to_enter_separated_string() public method

public to_enter_separated_string ( ) : string
return string

to_info_type() public method

public to_info_type ( string column_name ) : info_type
column_name string
return info_type

to_logwizard_column_name() public method

public to_logwizard_column_name ( string name ) : string
name string
return string