C# Class MonoTouch.Dialog.MapElement

Inheritance: StringElement
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

MapElement() public méthode

public MapElement ( string aCaption, string aValue, CLLocationCoordinate2D location ) : MonoTouch.Dialog
aCaption string
aValue string
location CLLocationCoordinate2D
Résultat MonoTouch.Dialog

Selected() public méthode

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
Résultat void