메소드 | 설명 | |
---|---|---|
GetAbsoluteAvatarPath ( ) : string | ||
GetAbsoluteConfigFilePath ( ) : string | ||
GetAbsoluteContributionPath ( ) : string | ||
GetAbsoluteImagePath ( ) : string | ||
GetAbsoluteLogFilePath ( ) : string | ||
GetAbsolutePath ( ) : string | ||
GetAbsoluteThumbnailPath ( ) : string | ||
GetAvatarList_GDText ( string text_file ) : List |
||
GetBytes ( string content ) : byte[] | ||
GetCurrentDate_Formatted ( ) : string | ||
GetDate_Formatted ( DateTime dt ) : string | ||
GetDate_FromFormatted ( string formatted ) : DateTime? | ||
GetDescendantByType ( Visual element, Type type ) : Visual | ||
GetItemFromJSON ( string whole, string key ) : string | ||
GetItem_GDText ( string text_record, int col ) : string | ||
GetMonthName ( int month ) : String | ||
GetMonth_FromName ( string month ) : int | ||
GetNumberFromItemGeneric ( nature_net item ) : int | ||
GetString ( byte content ) : string | ||
GetTextBlockText ( System tb ) : string | ||
GetTextBlockText2 ( System tb ) : string | ||
GetThumbnailFromImage ( string filename, int height ) : ImageSource | ||
GetThumbnailFromVideo ( string filename, TimeSpan interval, int height ) : ImageSource | ||
GetUserNameList_GDText ( string text_file ) : List |
||
IsFirstItemGreaterThanSecond ( nature_net first, nature_net second, bool atoz, bool top, bool recent, int len_number_prefix, int len_date_prefix, bool asc ) : bool | ||
LoadIconImages ( ) : void | ||
RANDOM ( int min, int max ) : int | ||
SEED ( ) : int | ||
SaveChangeID ( ) : void | ||
SaveConfigurations ( iniparser parser ) : void | ||
SaveThumbnail ( BitmapSource src, string filename ) : void | ||
SetSettingsFromConfig ( iniparser parser ) : void | ||
SortItemGenericList ( System _list, bool atoz, bool top, bool recent, int len_number_prefix, int len_date_prefix, bool asc, bool consider_first_item ) : void | ||
_mediaPlayer_MediaOpened ( object sender, EventArgs e ) : void | ||
find_user_of_contribution ( Contribution c ) : User | ||
get_or_create_collection ( int user_id, int activity_id, DateTime dt ) : int | ||
get_or_create_collection ( naturenet_dataclassDataContext db, string user_name, string avatar, int activity_id, DateTime dt ) : int |
메소드 | 설명 | |
---|---|---|
WalkDrawingForText ( StringBuilder sb, Drawing d ) : void |
public static GetAbsoluteConfigFilePath ( ) : string | ||
리턴 | string |
public static GetAbsoluteContributionPath ( ) : string | ||
리턴 | string |
public static GetAvatarList_GDText ( string text_file ) : List |
||
text_file | string | |
리턴 | List |
public static GetDate_Formatted ( DateTime dt ) : string | ||
dt | DateTime | |
리턴 | string |
public static GetDate_FromFormatted ( string formatted ) : DateTime? | ||
formatted | string | |
리턴 | DateTime? |
public static GetDescendantByType ( Visual element, Type type ) : Visual | ||
element | Visual | |
type | Type | |
리턴 | Visual |
public static GetItemFromJSON ( string whole, string key ) : string | ||
whole | string | |
key | string | |
리턴 | string |
public static GetItem_GDText ( string text_record, int col ) : string | ||
text_record | string | |
col | int | |
리턴 | string |
public static GetMonth_FromName ( string month ) : int | ||
month | string | |
리턴 | int |
public static GetNumberFromItemGeneric ( nature_net item ) : int | ||
item | nature_net | |
리턴 | int |
public static GetTextBlockText ( System tb ) : string | ||
tb | System | |
리턴 | string |
public static GetTextBlockText2 ( System tb ) : string | ||
tb | System | |
리턴 | string |
public static GetThumbnailFromImage ( string filename, int height ) : ImageSource | ||
filename | string | |
height | int | |
리턴 | ImageSource |
public static GetThumbnailFromVideo ( string filename, TimeSpan interval, int height ) : ImageSource | ||
filename | string | |
interval | TimeSpan | |
height | int | |
리턴 | ImageSource |
public static GetUserNameList_GDText ( string text_file ) : List |
||
text_file | string | |
리턴 | List |
public static IsFirstItemGreaterThanSecond ( nature_net first, nature_net second, bool atoz, bool top, bool recent, int len_number_prefix, int len_date_prefix, bool asc ) : bool | ||
first | nature_net | |
second | nature_net | |
atoz | bool | |
top | bool | |
recent | bool | |
len_number_prefix | int | |
len_date_prefix | int | |
asc | bool | |
리턴 | bool |
public static SaveConfigurations ( iniparser parser ) : void | ||
parser | iniparser | |
리턴 | void |
public static SaveThumbnail ( BitmapSource src, string filename ) : void | ||
src | BitmapSource | |
filename | string | |
리턴 | void |
public static SetSettingsFromConfig ( iniparser parser ) : void | ||
parser | iniparser | |
리턴 | void |
public static SortItemGenericList ( System _list, bool atoz, bool top, bool recent, int len_number_prefix, int len_date_prefix, bool asc, bool consider_first_item ) : void | ||
_list | System | |
atoz | bool | |
top | bool | |
recent | bool | |
len_number_prefix | int | |
len_date_prefix | int | |
asc | bool | |
consider_first_item | bool | |
리턴 | void |
public static _mediaPlayer_MediaOpened ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
리턴 | void |
public static find_user_of_contribution ( Contribution c ) : User | ||
c | Contribution | |
리턴 | User |
public static get_or_create_collection ( int user_id, int activity_id, DateTime dt ) : int | ||
user_id | int | |
activity_id | int | |
dt | DateTime | |
리턴 | int |
public static get_or_create_collection ( naturenet_dataclassDataContext db, string user_name, string avatar, int activity_id, DateTime dt ) : int | ||
db | naturenet_dataclassDataContext | |
user_name | string | |
avatar | string | |
activity_id | int | |
dt | DateTime | |
리턴 | int |
public static string authentication_failed_text | ||
리턴 | string |
public static bool center_commentarea_and_keyboard | ||
리턴 | bool |
public static double click_opacity_on_collection_item | ||
리턴 | double |
public static double collection_listbox_background_gradient_point | ||
리턴 | double |
public static string contribution_comment_location | ||
리턴 | string |
public static double design_idea_item_avatar_width | ||
리턴 | double |
public static double design_idea_item_title_font_size | ||
리턴 | double |
public static double design_idea_item_user_info_font_size | ||
리턴 | double |
public static string design_idea_lisbox_top_text | ||
리턴 | string |
public static string design_idea_listbox_header | ||
리턴 | string |
public static double design_idea_right_panel_width | ||
리턴 | double |
public static double frame_image_title_bar_height_percentage | ||
리턴 | double |
public static ImageSource img_change_view_list_icon | ||
리턴 | ImageSource |
public static ImageSource img_change_view_stack_icon | ||
리턴 | ImageSource |
public static ImageSource img_choose_avatar_pic | ||
리턴 | ImageSource |
public static ImageSource img_collection_window_icon | ||
리턴 | ImageSource |
public static ImageSource img_drag_vertical_icon | ||
리턴 | ImageSource |
public static ImageSource img_keyboard_caps_pic | ||
리턴 | ImageSource |
public static ImageSource img_keyboard_numpad_pic | ||
리턴 | ImageSource |
public static ImageSource img_keyboard_shift_pic | ||
리턴 | ImageSource |
public static ImageSource img_loading_image_pic | ||
리턴 | ImageSource |
public static ImageSource img_not_found_image_pic | ||
리턴 | ImageSource |
public static ImageSource img_signup_window_icon | ||
리턴 | ImageSource |
public static int max_activity_frame_title_chars | ||
리턴 | int |
public static string submit_idea_activity_item_title | ||
리턴 | string |