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 |
||
show_in_view_by_default ( info_type type ) : int | ||
to_friendly_str ( info_type i ) : string |
Méthode | Description | |
---|---|---|
searchable_types ( ) : info_type[] |
public static can_be_category ( info_type type ) : bool | ||
type | info_type | |
Résultat | bool |
public static can_be_multi_line ( info_type type ) : bool | ||
type | info_type | |
Résultat | bool |
public static from_str ( string type_str ) : info_type | ||
type_str | string | |
Résultat | info_type |
public static is_searchable ( info_type type ) : bool | ||
type | info_type | |
Résultat | bool |
public static is_snoopable ( info_type type ) : bool | ||
type | info_type | |
Résultat | bool |
public static match_db_column_to_lw_column ( info_type>.List |
||
columns | info_type>.List | |
Résultat | info_type>>.List |
public static show_in_view_by_default ( info_type type ) : int | ||
type | info_type | |
Résultat | int |
public static to_friendly_str ( info_type i ) : string | ||
i | info_type | |
Résultat | string |