C# 클래스 nature_net.user_controls.item_generic

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

공개 메소드들

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

보호된 메소드들

메소드 설명
HitTestCore ( System hitTestParameters ) : System.Windows.Media.HitTestResult

메소드 상세

HitTestCore() 보호된 메소드

protected HitTestCore ( System hitTestParameters ) : System.Windows.Media.HitTestResult
hitTestParameters System
리턴 System.Windows.Media.HitTestResult

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

get_clone() 공개 메소드

public get_clone ( ) : item_generic
리턴 item_generic

item_generic() 공개 메소드

public item_generic ( ) : System
리턴 System

set_number() 공개 메소드

public set_number ( int num, string num_desc ) : void
num int
num_desc string
리턴 void

set_replybutton() 공개 메소드

public set_replybutton ( reply_clicked reply_handler ) : void
reply_handler reply_clicked
리턴 void

set_touchevent() 공개 메소드

public set_touchevent ( avatar_touch_down_handler touch_handler ) : void
touch_handler avatar_touch_down_handler
리턴 void