C# 클래스 nature_net.user_controls.collection_listbox

Interaction logic for collection_listbox.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: naturenet/nature-net-ppi 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
parent window_frame

공개 메소드들

메소드 설명
collection_listbox ( ) : System
collection_listbox_Loaded ( object sender, RoutedEventArgs e ) : void
contributions_PreviewTouchMove ( object sender, System e ) : void
contributions_PreviewTouchUp ( object sender, System e ) : void
contributions_TouchDown ( object sender, System e ) : void
create_collection_item_from_contribution ( Contribution c ) : collection_item
display_all_contributions ( object c_obj, RunWorkerCompletedEventArgs e ) : void
get_all_contributions ( object arg, DoWorkEventArgs e ) : void
get_contributions_in_activity ( object arg, DoWorkEventArgs e ) : void
get_contributions_in_location ( object arg, DoWorkEventArgs e ) : void
list_all_contributions ( string username ) : void
list_contributions_in_activity ( int activity_id ) : void
list_contributions_in_location ( int location ) : void
progress_changed ( object sender, ProgressChangedEventArgs e ) : void
start_drag ( System.Windows.Controls.ListBoxItem item, collection_item contribution_item, System.Windows.Input.TouchDevice touch_device, ImageSource i ) : bool

비공개 메소드들

메소드 설명
item_selected ( object i, System e ) : bool

메소드 상세

collection_listbox() 공개 메소드

public collection_listbox ( ) : System
리턴 System

collection_listbox_Loaded() 공개 메소드

public collection_listbox_Loaded ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void

contributions_PreviewTouchMove() 공개 메소드

public contributions_PreviewTouchMove ( object sender, System e ) : void
sender object
e System
리턴 void

contributions_PreviewTouchUp() 공개 메소드

public contributions_PreviewTouchUp ( object sender, System e ) : void
sender object
e System
리턴 void

contributions_TouchDown() 공개 메소드

public contributions_TouchDown ( object sender, System e ) : void
sender object
e System
리턴 void

create_collection_item_from_contribution() 공개 메소드

public create_collection_item_from_contribution ( Contribution c ) : collection_item
c Contribution
리턴 collection_item

display_all_contributions() 공개 메소드

public display_all_contributions ( object c_obj, RunWorkerCompletedEventArgs e ) : void
c_obj object
e System.ComponentModel.RunWorkerCompletedEventArgs
리턴 void

get_all_contributions() 공개 메소드

public get_all_contributions ( object arg, DoWorkEventArgs e ) : void
arg object
e System.ComponentModel.DoWorkEventArgs
리턴 void

get_contributions_in_activity() 공개 메소드

public get_contributions_in_activity ( object arg, DoWorkEventArgs e ) : void
arg object
e System.ComponentModel.DoWorkEventArgs
리턴 void

get_contributions_in_location() 공개 메소드

public get_contributions_in_location ( object arg, DoWorkEventArgs e ) : void
arg object
e System.ComponentModel.DoWorkEventArgs
리턴 void

list_all_contributions() 공개 메소드

public list_all_contributions ( string username ) : void
username string
리턴 void

list_contributions_in_activity() 공개 메소드

public list_contributions_in_activity ( int activity_id ) : void
activity_id int
리턴 void

list_contributions_in_location() 공개 메소드

public list_contributions_in_location ( int location ) : void
location int
리턴 void

progress_changed() 공개 메소드

public progress_changed ( object sender, ProgressChangedEventArgs e ) : void
sender object
e System.ComponentModel.ProgressChangedEventArgs
리턴 void

start_drag() 공개 메소드

public start_drag ( System.Windows.Controls.ListBoxItem item, collection_item contribution_item, System.Windows.Input.TouchDevice touch_device, ImageSource i ) : bool
item System.Windows.Controls.ListBoxItem
contribution_item collection_item
touch_device System.Windows.Input.TouchDevice
i ImageSource
리턴 bool

프로퍼티 상세

parent 공개적으로 프로퍼티

public window_frame,nature_net.user_controls parent
리턴 window_frame