C# 클래스 lw_common.info_type_io

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

공개 메소드들

메소드 설명
can_be_category ( info_type type ) : bool
can_be_multi_line ( info_type type ) : bool
from_str ( string type_str ) : info_type
is_searchable ( info_type type ) : bool
is_snoopable ( info_type type ) : bool
match_db_column_to_lw_column ( info_type>.List columns ) : info_type>>.List
show_in_view_by_default ( info_type type ) : int
to_friendly_str ( info_type i ) : string

비공개 메소드들

메소드 설명
searchable_types ( ) : info_type[]

메소드 상세

can_be_category() 공개 정적인 메소드

public static can_be_category ( info_type type ) : bool
type info_type
리턴 bool

can_be_multi_line() 공개 정적인 메소드

public static can_be_multi_line ( info_type type ) : bool
type info_type
리턴 bool

from_str() 공개 정적인 메소드

public static from_str ( string type_str ) : info_type
type_str string
리턴 info_type

is_searchable() 공개 정적인 메소드

public static is_searchable ( info_type type ) : bool
type info_type
리턴 bool

is_snoopable() 공개 정적인 메소드

public static is_snoopable ( info_type type ) : bool
type info_type
리턴 bool

match_db_column_to_lw_column() 공개 정적인 메소드

public static match_db_column_to_lw_column ( info_type>.List columns ) : info_type>>.List
columns info_type>.List
리턴 info_type>>.List

show_in_view_by_default() 공개 정적인 메소드

public static show_in_view_by_default ( info_type type ) : int
type info_type
리턴 int

to_friendly_str() 공개 정적인 메소드

public static to_friendly_str ( info_type i ) : string
i info_type
리턴 string