C# Class lw_common.info_type_io

Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
searchable_types ( ) : info_type[]

Method Details

can_be_category() public static méthode

public static can_be_category ( info_type type ) : bool
type info_type
Résultat bool

can_be_multi_line() public static méthode

public static can_be_multi_line ( info_type type ) : bool
type info_type
Résultat bool

from_str() public static méthode

public static from_str ( string type_str ) : info_type
type_str string
Résultat info_type

is_searchable() public static méthode

public static is_searchable ( info_type type ) : bool
type info_type
Résultat bool

is_snoopable() public static méthode

public static is_snoopable ( info_type type ) : bool
type info_type
Résultat bool

match_db_column_to_lw_column() public static méthode

public static match_db_column_to_lw_column ( info_type>.List columns ) : info_type>>.List
columns info_type>.List
Résultat info_type>>.List

show_in_view_by_default() public static méthode

public static show_in_view_by_default ( info_type type ) : int
type info_type
Résultat int

to_friendly_str() public static méthode

public static to_friendly_str ( info_type i ) : string
i info_type
Résultat string