C# Class MonoTouch.Dialog.MapElement

Inheritance: StringElement
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
MapElement ( string aCaption, string aValue, CLLocationCoordinate2D location ) : MonoTouch.Dialog
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

MapElement() public method

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

Selected() public method

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