C# 클래스 MonoMobile.Forms.ActivityElement

상속: MonoTouch.Dialog.UIViewElement, IElementSizing
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms

공개 메소드들

메소드 설명
ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, MonoTouch indexPath ) : float
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

비공개 메소드들

메소드 설명
updateCell ( AnimatingCell cell ) : void

메소드 상세

ActivityElement() 공개 메소드

public ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit
caption string
activity string
value string
리턴 MonoTouch.UIKit

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, MonoTouch indexPath ) : float
tableView UITableView
indexPath MonoTouch
리턴 float

Selected() 공개 메소드

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
리턴 void