C# Class nature_net.user_controls.item_generic

Interaction logic for item_generic.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: naturenet/nature-net-ppi Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
get_clone ( ) : item_generic
item_generic ( ) : System
set_number ( int num, string num_desc ) : void
set_replybutton ( reply_clicked reply_handler ) : void
set_touchevent ( avatar_touch_down_handler touch_handler ) : void

Protected Methods

Method Description
HitTestCore ( System hitTestParameters ) : System.Windows.Media.HitTestResult

Method Details

HitTestCore() protected method

protected HitTestCore ( System hitTestParameters ) : System.Windows.Media.HitTestResult
hitTestParameters System
return System.Windows.Media.HitTestResult

ToString() public method

public ToString ( ) : string
return string

get_clone() public method

public get_clone ( ) : item_generic
return item_generic

item_generic() public method

public item_generic ( ) : System
return System

set_number() public method

public set_number ( int num, string num_desc ) : void
num int
num_desc string
return void

set_replybutton() public method

public set_replybutton ( reply_clicked reply_handler ) : void
reply_handler reply_clicked
return void

set_touchevent() public method

public set_touchevent ( avatar_touch_down_handler touch_handler ) : void
touch_handler avatar_touch_down_handler
return void