C# Class Monospace11.MapLocationViewController.TableViewSource

Inheritance: UITableViewSource
Afficher le fichier Open project: megsoftconsulting/MonkeySpace

Méthodes publiques

Méthode Description
GetCell ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( Monospace11.UITableView tableview, int section ) : int
TableViewSource ( MapLocationViewController controller, List locations ) : System

Method Details

GetCell() public méthode

public GetCell ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView Monospace11.UITableView
indexPath NSIndexPath
Résultat UITableViewCell

RowSelected() public méthode

public RowSelected ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : void
tableView Monospace11.UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( Monospace11.UITableView tableview, int section ) : int
tableview Monospace11.UITableView
section int
Résultat int

TableViewSource() public méthode

public TableViewSource ( MapLocationViewController controller, List locations ) : System
controller MapLocationViewController
locations List
Résultat System