C# 클래스 lw_common.parse.aliases

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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

aliases() 공개 메소드

public aliases ( string aliases_string ) : System
aliases_string string
리턴 System

dump_resolve_names() 공개 메소드

public dump_resolve_names ( ) : string
리턴 string

friendly_name() 공개 메소드

public friendly_name ( info_type info ) : string
info info_type
리턴 string

from_enter_separated_string() 공개 정적인 메소드

public static from_enter_separated_string ( string s ) : aliases
s string
리턴 aliases

get() 공개 메소드

public get ( string column ) : string
column string
리턴 string

has_column() 공개 메소드

public has_column ( info_type type ) : bool
type info_type
리턴 bool

is_known_column_name() 공개 메소드

public is_known_column_name ( string colum_name ) : bool
colum_name string
리턴 bool

is_non_friendly_name_info_the_same() 공개 메소드

public is_non_friendly_name_info_the_same ( aliases other ) : bool
other aliases
리턴 bool

on_column_names() 공개 메소드

public on_column_names ( info_type>.List column_names ) : void
column_names info_type>.List
리턴 void

on_column_names() 공개 메소드

public on_column_names ( List column_names ) : void
column_names List
리턴 void

to_enter_separated_string() 공개 메소드

public to_enter_separated_string ( ) : string
리턴 string

to_info_type() 공개 메소드

public to_info_type ( string column_name ) : info_type
column_name string
리턴 info_type

to_logwizard_column_name() 공개 메소드

public to_logwizard_column_name ( string name ) : string
name string
리턴 string