Property | Type | Description | |
---|---|---|---|
parent |
Method | Description | |
---|---|---|
collection_listbox ( ) : System | ||
collection_listbox_Loaded ( object sender, |
||
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 ) : |
||
display_all_contributions ( object c_obj, |
||
get_all_contributions ( object arg, |
||
get_contributions_in_activity ( object arg, |
||
get_contributions_in_location ( object arg, |
||
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, |
||
start_drag ( System.Windows.Controls.ListBoxItem item, |
Method | Description | |
---|---|---|
item_selected ( object i, System e ) : bool |
public collection_listbox_Loaded ( object sender, |
||
sender | object | |
e | ||
return | void |
public contributions_PreviewTouchMove ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public contributions_PreviewTouchUp ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public contributions_TouchDown ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
public create_collection_item_from_contribution ( Contribution c ) : |
||
c | Contribution | |
return |
public display_all_contributions ( object c_obj, |
||
c_obj | object | |
e | ||
return | void |
public get_all_contributions ( object arg, |
||
arg | object | |
e | ||
return | void |
public get_contributions_in_activity ( object arg, |
||
arg | object | |
e | ||
return | void |
public get_contributions_in_location ( object arg, |
||
arg | object | |
e | ||
return | void |
public list_all_contributions ( string username ) : void | ||
username | string | |
return | void |
public list_contributions_in_activity ( int activity_id ) : void | ||
activity_id | int | |
return | void |
public list_contributions_in_location ( int location ) : void | ||
location | int | |
return | void |
public progress_changed ( object sender, |
||
sender | object | |
e | ||
return | void |
public start_drag ( System.Windows.Controls.ListBoxItem item, |
||
item | System.Windows.Controls.ListBoxItem | |
contribution_item | ||
touch_device | System.Windows.Input.TouchDevice | |
i | ImageSource | |
return | bool |