C# 클래스 nature_net.configurations

파일 보기 프로젝트 열기: naturenet/nature-net-ppi

공개 프로퍼티들

프로퍼티 타입 설명
RAND Random
activities_date_desc string
activities_listbox_header string
activities_num_desc string
authentication_failed_text string
center_commentarea_and_keyboard bool
click_opacity_on_collection_item double
collection_listbox_background_gradient_point double
collection_listbox_height int
comment_init_text string
comment_item_avatar_width double
contribution_comment_date string
contribution_comment_location string
contribution_comment_tag string
contribution_comment_user string
design_idea_init_text string
design_idea_item_avatar_width double
design_idea_item_title_font_size double
design_idea_item_user_info_font_size double
design_idea_lisbox_top_text string
design_idea_listbox_header string
design_idea_right_panel_width double
designidea_date_desc string
designidea_num_desc string
download_buffer_size int
drag_collection_theta double
drag_dy_dx_factor double
enable_single_rotation bool
frame_icon_width int
frame_image_title_bar_height_percentage double
frame_title string
frame_title_bar_height int
frame_width int
googledrive_client_id string
googledrive_client_secret string
googledrive_directory_id string
googledrive_ideafilename string
googledrive_ideafiletitle string
googledrive_key string
googledrive_lastchange string
googledrive_refresh_token string
googledrive_storage string
googledrive_userfilename string
googledrive_userfiletitle string
high_contrast bool
img_background_pic ImageSource
img_change_view_list_icon ImageSource
img_change_view_stack_icon ImageSource
img_choose_avatar_pic ImageSource
img_close_icon ImageSource
img_collection_window_icon ImageSource
img_comment_icon ImageSource
img_drag_icon ImageSource
img_drag_vertical_icon ImageSource
img_drop_avatar_pic ImageSource
img_empty_image_pic ImageSource
img_keyboard_caps_pic ImageSource
img_keyboard_numpad_pic ImageSource
img_keyboard_pic ImageSource
img_keyboard_shift_pic ImageSource
img_loading_image_pic ImageSource
img_not_found_image_pic ImageSource
img_reply_icon ImageSource
img_signup_icon ImageSource
img_signup_window_icon ImageSource
img_sound_image_pic ImageSource
img_submit_idea_icon ImageSource
img_thumbs_down_icon ImageSource
img_thumbs_up_icon ImageSource
img_video_image_pic ImageSource
keyboard_click_wav string
line_break string
location_dot_color Brush
location_dot_diameter int
location_dot_font_color Brush
location_dot_outline_color Brush
locations List
manipulation_pivot_radius double
manual_scroll bool
manual_tap bool
max_activity_frame int
max_activity_frame_title_chars int
max_collection_frame int
max_consecutive_drag_points int
max_design_ideas_frame int
max_image_display_frame int
max_num_content_update int
max_signup_frame int
max_thread_reply int
min_touch_points int
multi_keyboard bool
response_to_mouse_clicks bool
right_panel_background Brush
right_panel_border_color Brush
right_panel_drag bool
right_panel_width double
scaling_mode BitmapScalingMode
scroll_scale_factor double
show_all_metadata bool
show_empty_metadata bool
show_update_label bool
show_vertical_drag bool
signup_item_title string
submit_idea_activity_item_title string
submit_idea_item_title string
tab_width_percentage int
tap_error double
thumbnail_pixel_height int
thumbnail_video_span TimeSpan
title_font_name string
title_font_size double
toolbar_item_width int
top_most bool
update_period_ms int
use_avatar_drag bool
use_existing_thumbnails bool
use_list_refresher bool
user_item_avatar_width double
users_date_desc string
users_listbox_header string
users_no_date string
users_num_desc string
whole_item_drag bool

공개 메소드들

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

메소드 상세

GetAbsoluteAvatarPath() 공개 정적인 메소드

public static GetAbsoluteAvatarPath ( ) : string
리턴 string

GetAbsoluteConfigFilePath() 공개 정적인 메소드

public static GetAbsoluteConfigFilePath ( ) : string
리턴 string

GetAbsoluteContributionPath() 공개 정적인 메소드

public static GetAbsoluteContributionPath ( ) : string
리턴 string

GetAbsoluteImagePath() 공개 정적인 메소드

public static GetAbsoluteImagePath ( ) : string
리턴 string

GetAbsoluteLogFilePath() 공개 정적인 메소드

public static GetAbsoluteLogFilePath ( ) : string
리턴 string

GetAbsolutePath() 공개 정적인 메소드

public static GetAbsolutePath ( ) : string
리턴 string

GetAbsoluteThumbnailPath() 공개 정적인 메소드

public static GetAbsoluteThumbnailPath ( ) : string
리턴 string

GetAvatarList_GDText() 공개 정적인 메소드

public static GetAvatarList_GDText ( string text_file ) : List
text_file string
리턴 List

GetBytes() 공개 정적인 메소드

public static GetBytes ( string content ) : byte[]
content string
리턴 byte[]

GetCurrentDate_Formatted() 공개 정적인 메소드

public static GetCurrentDate_Formatted ( ) : string
리턴 string

GetDate_Formatted() 공개 정적인 메소드

public static GetDate_Formatted ( DateTime dt ) : string
dt DateTime
리턴 string

GetDate_FromFormatted() 공개 정적인 메소드

public static GetDate_FromFormatted ( string formatted ) : DateTime?
formatted string
리턴 DateTime?

GetDescendantByType() 공개 정적인 메소드

public static GetDescendantByType ( Visual element, Type type ) : Visual
element Visual
type Type
리턴 Visual

GetItemFromJSON() 공개 정적인 메소드

public static GetItemFromJSON ( string whole, string key ) : string
whole string
key string
리턴 string

GetItem_GDText() 공개 정적인 메소드

public static GetItem_GDText ( string text_record, int col ) : string
text_record string
col int
리턴 string

GetMonthName() 공개 정적인 메소드

public static GetMonthName ( int month ) : String
month int
리턴 String

GetMonth_FromName() 공개 정적인 메소드

public static GetMonth_FromName ( string month ) : int
month string
리턴 int

GetNumberFromItemGeneric() 공개 정적인 메소드

public static GetNumberFromItemGeneric ( nature_net item ) : int
item nature_net
리턴 int

GetString() 공개 정적인 메소드

public static GetString ( byte content ) : string
content byte
리턴 string

GetTextBlockText() 공개 정적인 메소드

public static GetTextBlockText ( System tb ) : string
tb System
리턴 string

GetTextBlockText2() 공개 정적인 메소드

public static GetTextBlockText2 ( System tb ) : string
tb System
리턴 string

GetThumbnailFromImage() 공개 정적인 메소드

public static GetThumbnailFromImage ( string filename, int height ) : ImageSource
filename string
height int
리턴 ImageSource

GetThumbnailFromVideo() 공개 정적인 메소드

public static GetThumbnailFromVideo ( string filename, TimeSpan interval, int height ) : ImageSource
filename string
interval TimeSpan
height int
리턴 ImageSource

GetUserNameList_GDText() 공개 정적인 메소드

public static GetUserNameList_GDText ( string text_file ) : List
text_file string
리턴 List

IsFirstItemGreaterThanSecond() 공개 정적인 메소드

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

LoadIconImages() 공개 정적인 메소드

public static LoadIconImages ( ) : void
리턴 void

RANDOM() 공개 정적인 메소드

public static RANDOM ( int min, int max ) : int
min int
max int
리턴 int

SEED() 공개 정적인 메소드

public static SEED ( ) : int
리턴 int

SaveChangeID() 공개 정적인 메소드

public static SaveChangeID ( ) : void
리턴 void

SaveConfigurations() 공개 정적인 메소드

public static SaveConfigurations ( iniparser parser ) : void
parser iniparser
리턴 void

SaveThumbnail() 공개 정적인 메소드

public static SaveThumbnail ( BitmapSource src, string filename ) : void
src BitmapSource
filename string
리턴 void

SetSettingsFromConfig() 공개 정적인 메소드

public static SetSettingsFromConfig ( iniparser parser ) : void
parser iniparser
리턴 void

SortItemGenericList() 공개 정적인 메소드

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

_mediaPlayer_MediaOpened() 공개 정적인 메소드

public static _mediaPlayer_MediaOpened ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

find_user_of_contribution() 공개 정적인 메소드

public static find_user_of_contribution ( Contribution c ) : User
c Contribution
리턴 User

get_or_create_collection() 공개 정적인 메소드

public static get_or_create_collection ( int user_id, int activity_id, DateTime dt ) : int
user_id int
activity_id int
dt DateTime
리턴 int

get_or_create_collection() 공개 정적인 메소드

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

프로퍼티 상세

RAND 공개적으로 정적으로 프로퍼티

public static Random RAND
리턴 Random

activities_date_desc 공개적으로 정적으로 프로퍼티

public static string activities_date_desc
리턴 string

activities_listbox_header 공개적으로 정적으로 프로퍼티

public static string activities_listbox_header
리턴 string

activities_num_desc 공개적으로 정적으로 프로퍼티

public static string activities_num_desc
리턴 string

authentication_failed_text 공개적으로 정적으로 프로퍼티

public static string authentication_failed_text
리턴 string

center_commentarea_and_keyboard 공개적으로 정적으로 프로퍼티

public static bool center_commentarea_and_keyboard
리턴 bool

click_opacity_on_collection_item 공개적으로 정적으로 프로퍼티

public static double click_opacity_on_collection_item
리턴 double

collection_listbox_background_gradient_point 공개적으로 정적으로 프로퍼티

public static double collection_listbox_background_gradient_point
리턴 double

collection_listbox_height 공개적으로 정적으로 프로퍼티

public static int collection_listbox_height
리턴 int

comment_init_text 공개적으로 정적으로 프로퍼티

public static string comment_init_text
리턴 string

comment_item_avatar_width 공개적으로 정적으로 프로퍼티

public static double comment_item_avatar_width
리턴 double

contribution_comment_date 공개적으로 정적으로 프로퍼티

public static string contribution_comment_date
리턴 string

contribution_comment_location 공개적으로 정적으로 프로퍼티

public static string contribution_comment_location
리턴 string

contribution_comment_tag 공개적으로 정적으로 프로퍼티

public static string contribution_comment_tag
리턴 string

contribution_comment_user 공개적으로 정적으로 프로퍼티

public static string contribution_comment_user
리턴 string

design_idea_init_text 공개적으로 정적으로 프로퍼티

public static string design_idea_init_text
리턴 string

design_idea_item_avatar_width 공개적으로 정적으로 프로퍼티

public static double design_idea_item_avatar_width
리턴 double

design_idea_item_title_font_size 공개적으로 정적으로 프로퍼티

public static double design_idea_item_title_font_size
리턴 double

design_idea_item_user_info_font_size 공개적으로 정적으로 프로퍼티

public static double design_idea_item_user_info_font_size
리턴 double

design_idea_lisbox_top_text 공개적으로 정적으로 프로퍼티

public static string design_idea_lisbox_top_text
리턴 string

design_idea_listbox_header 공개적으로 정적으로 프로퍼티

public static string design_idea_listbox_header
리턴 string

design_idea_right_panel_width 공개적으로 정적으로 프로퍼티

public static double design_idea_right_panel_width
리턴 double

designidea_date_desc 공개적으로 정적으로 프로퍼티

public static string designidea_date_desc
리턴 string

designidea_num_desc 공개적으로 정적으로 프로퍼티

public static string designidea_num_desc
리턴 string

download_buffer_size 공개적으로 정적으로 프로퍼티

public static int download_buffer_size
리턴 int

drag_collection_theta 공개적으로 정적으로 프로퍼티

public static double drag_collection_theta
리턴 double

drag_dy_dx_factor 공개적으로 정적으로 프로퍼티

public static double drag_dy_dx_factor
리턴 double

enable_single_rotation 공개적으로 정적으로 프로퍼티

public static bool enable_single_rotation
리턴 bool

frame_icon_width 공개적으로 정적으로 프로퍼티

public static int frame_icon_width
리턴 int

frame_image_title_bar_height_percentage 공개적으로 정적으로 프로퍼티

public static double frame_image_title_bar_height_percentage
리턴 double

frame_title 공개적으로 정적으로 프로퍼티

public static string frame_title
리턴 string

frame_title_bar_height 공개적으로 정적으로 프로퍼티

public static int frame_title_bar_height
리턴 int

frame_width 공개적으로 정적으로 프로퍼티

public static int frame_width
리턴 int

googledrive_client_id 공개적으로 정적으로 프로퍼티

public static string googledrive_client_id
리턴 string

googledrive_client_secret 공개적으로 정적으로 프로퍼티

public static string googledrive_client_secret
리턴 string

googledrive_directory_id 공개적으로 정적으로 프로퍼티

public static string googledrive_directory_id
리턴 string

googledrive_ideafilename 공개적으로 정적으로 프로퍼티

public static string googledrive_ideafilename
리턴 string

googledrive_ideafiletitle 공개적으로 정적으로 프로퍼티

public static string googledrive_ideafiletitle
리턴 string

googledrive_key 공개적으로 정적으로 프로퍼티

public static string googledrive_key
리턴 string

googledrive_lastchange 공개적으로 정적으로 프로퍼티

public static string googledrive_lastchange
리턴 string

googledrive_refresh_token 공개적으로 정적으로 프로퍼티

public static string googledrive_refresh_token
리턴 string

googledrive_storage 공개적으로 정적으로 프로퍼티

public static string googledrive_storage
리턴 string

googledrive_userfilename 공개적으로 정적으로 프로퍼티

public static string googledrive_userfilename
리턴 string

googledrive_userfiletitle 공개적으로 정적으로 프로퍼티

public static string googledrive_userfiletitle
리턴 string

high_contrast 공개적으로 정적으로 프로퍼티

public static bool high_contrast
리턴 bool

img_background_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_background_pic
리턴 ImageSource

img_change_view_list_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_change_view_list_icon
리턴 ImageSource

img_change_view_stack_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_change_view_stack_icon
리턴 ImageSource

img_choose_avatar_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_choose_avatar_pic
리턴 ImageSource

img_close_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_close_icon
리턴 ImageSource

img_collection_window_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_collection_window_icon
리턴 ImageSource

img_comment_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_comment_icon
리턴 ImageSource

img_drag_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_drag_icon
리턴 ImageSource

img_drag_vertical_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_drag_vertical_icon
리턴 ImageSource

img_drop_avatar_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_drop_avatar_pic
리턴 ImageSource

img_empty_image_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_empty_image_pic
리턴 ImageSource

img_keyboard_caps_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_keyboard_caps_pic
리턴 ImageSource

img_keyboard_numpad_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_keyboard_numpad_pic
리턴 ImageSource

img_keyboard_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_keyboard_pic
리턴 ImageSource

img_keyboard_shift_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_keyboard_shift_pic
리턴 ImageSource

img_loading_image_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_loading_image_pic
리턴 ImageSource

img_not_found_image_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_not_found_image_pic
리턴 ImageSource

img_reply_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_reply_icon
리턴 ImageSource

img_signup_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_signup_icon
리턴 ImageSource

img_signup_window_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_signup_window_icon
리턴 ImageSource

img_sound_image_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_sound_image_pic
리턴 ImageSource

img_submit_idea_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_submit_idea_icon
리턴 ImageSource

img_thumbs_down_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_thumbs_down_icon
리턴 ImageSource

img_thumbs_up_icon 공개적으로 정적으로 프로퍼티

public static ImageSource img_thumbs_up_icon
리턴 ImageSource

img_video_image_pic 공개적으로 정적으로 프로퍼티

public static ImageSource img_video_image_pic
리턴 ImageSource

keyboard_click_wav 공개적으로 정적으로 프로퍼티

public static string keyboard_click_wav
리턴 string

line_break 공개적으로 정적으로 프로퍼티

public static string line_break
리턴 string

location_dot_color 공개적으로 정적으로 프로퍼티

public static Brush location_dot_color
리턴 Brush

location_dot_diameter 공개적으로 정적으로 프로퍼티

public static int location_dot_diameter
리턴 int

location_dot_font_color 공개적으로 정적으로 프로퍼티

public static Brush location_dot_font_color
리턴 Brush

location_dot_outline_color 공개적으로 정적으로 프로퍼티

public static Brush location_dot_outline_color
리턴 Brush

locations 공개적으로 정적으로 프로퍼티

public static List locations
리턴 List

manipulation_pivot_radius 공개적으로 정적으로 프로퍼티

public static double manipulation_pivot_radius
리턴 double

manual_scroll 공개적으로 정적으로 프로퍼티

public static bool manual_scroll
리턴 bool

manual_tap 공개적으로 정적으로 프로퍼티

public static bool manual_tap
리턴 bool

max_activity_frame 공개적으로 정적으로 프로퍼티

public static int max_activity_frame
리턴 int

max_activity_frame_title_chars 공개적으로 정적으로 프로퍼티

public static int max_activity_frame_title_chars
리턴 int

max_collection_frame 공개적으로 정적으로 프로퍼티

public static int max_collection_frame
리턴 int

max_consecutive_drag_points 공개적으로 정적으로 프로퍼티

public static int max_consecutive_drag_points
리턴 int

max_design_ideas_frame 공개적으로 정적으로 프로퍼티

public static int max_design_ideas_frame
리턴 int

max_image_display_frame 공개적으로 정적으로 프로퍼티

public static int max_image_display_frame
리턴 int

max_num_content_update 공개적으로 정적으로 프로퍼티

public static int max_num_content_update
리턴 int

max_signup_frame 공개적으로 정적으로 프로퍼티

public static int max_signup_frame
리턴 int

max_thread_reply 공개적으로 정적으로 프로퍼티

public static int max_thread_reply
리턴 int

min_touch_points 공개적으로 정적으로 프로퍼티

public static int min_touch_points
리턴 int

multi_keyboard 공개적으로 정적으로 프로퍼티

public static bool multi_keyboard
리턴 bool

response_to_mouse_clicks 공개적으로 정적으로 프로퍼티

public static bool response_to_mouse_clicks
리턴 bool

right_panel_background 공개적으로 정적으로 프로퍼티

public static Brush right_panel_background
리턴 Brush

right_panel_border_color 공개적으로 정적으로 프로퍼티

public static Brush right_panel_border_color
리턴 Brush

right_panel_drag 공개적으로 정적으로 프로퍼티

public static bool right_panel_drag
리턴 bool

right_panel_width 공개적으로 정적으로 프로퍼티

public static double right_panel_width
리턴 double

scaling_mode 공개적으로 정적으로 프로퍼티

public static BitmapScalingMode scaling_mode
리턴 BitmapScalingMode

scroll_scale_factor 공개적으로 정적으로 프로퍼티

public static double scroll_scale_factor
리턴 double

show_all_metadata 공개적으로 정적으로 프로퍼티

public static bool show_all_metadata
리턴 bool

show_empty_metadata 공개적으로 정적으로 프로퍼티

public static bool show_empty_metadata
리턴 bool

show_update_label 공개적으로 정적으로 프로퍼티

public static bool show_update_label
리턴 bool

show_vertical_drag 공개적으로 정적으로 프로퍼티

public static bool show_vertical_drag
리턴 bool

signup_item_title 공개적으로 정적으로 프로퍼티

public static string signup_item_title
리턴 string

submit_idea_activity_item_title 공개적으로 정적으로 프로퍼티

public static string submit_idea_activity_item_title
리턴 string

submit_idea_item_title 공개적으로 정적으로 프로퍼티

public static string submit_idea_item_title
리턴 string

tab_width_percentage 공개적으로 정적으로 프로퍼티

public static int tab_width_percentage
리턴 int

tap_error 공개적으로 정적으로 프로퍼티

public static double tap_error
리턴 double

thumbnail_pixel_height 공개적으로 정적으로 프로퍼티

public static int thumbnail_pixel_height
리턴 int

thumbnail_video_span 공개적으로 정적으로 프로퍼티

public static TimeSpan thumbnail_video_span
리턴 TimeSpan

title_font_name 공개적으로 정적으로 프로퍼티

public static string title_font_name
리턴 string

title_font_size 공개적으로 정적으로 프로퍼티

public static double title_font_size
리턴 double

toolbar_item_width 공개적으로 정적으로 프로퍼티

public static int toolbar_item_width
리턴 int

top_most 공개적으로 정적으로 프로퍼티

public static bool top_most
리턴 bool

update_period_ms 공개적으로 정적으로 프로퍼티

public static int update_period_ms
리턴 int

use_avatar_drag 공개적으로 정적으로 프로퍼티

public static bool use_avatar_drag
리턴 bool

use_existing_thumbnails 공개적으로 정적으로 프로퍼티

public static bool use_existing_thumbnails
리턴 bool

use_list_refresher 공개적으로 정적으로 프로퍼티

public static bool use_list_refresher
리턴 bool

user_item_avatar_width 공개적으로 정적으로 프로퍼티

public static double user_item_avatar_width
리턴 double

users_date_desc 공개적으로 정적으로 프로퍼티

public static string users_date_desc
리턴 string

users_listbox_header 공개적으로 정적으로 프로퍼티

public static string users_listbox_header
리턴 string

users_no_date 공개적으로 정적으로 프로퍼티

public static string users_no_date
리턴 string

users_num_desc 공개적으로 정적으로 프로퍼티

public static string users_num_desc
리턴 string

whole_item_drag 공개적으로 정적으로 프로퍼티

public static bool whole_item_drag
리턴 bool