C# 클래스 MonoTouch.Dialog.MapElement

상속: StringElement
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
MapElement ( string aCaption, string aValue, CLLocationCoordinate2D location ) : MonoTouch.Dialog
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

메소드 상세

GetCell() 공개 메소드

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

MapElement() 공개 메소드

public MapElement ( string aCaption, string aValue, CLLocationCoordinate2D location ) : MonoTouch.Dialog
aCaption string
aValue string
location CLLocationCoordinate2D
리턴 MonoTouch.Dialog

Selected() 공개 메소드

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