C# Class Monospace11.MapLocationViewController.TableViewSource

Inheritance: UITableViewSource
Mostrar archivo Open project: megsoftconsulting/MonkeySpace

Public Methods

Method 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 method

public GetCell ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView Monospace11.UITableView
indexPath NSIndexPath
return UITableViewCell

RowSelected() public method

public RowSelected ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : void
tableView Monospace11.UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( Monospace11.UITableView tableview, int section ) : int
tableview Monospace11.UITableView
section int
return int

TableViewSource() public method

public TableViewSource ( MapLocationViewController controller, List locations ) : System
controller MapLocationViewController
locations List
return System