C# Класс Monospace11.MapLocationViewController.TableViewSource

Наследование: UITableViewSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetCell() публичный Метод

public GetCell ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView Monospace11.UITableView
indexPath NSIndexPath
Результат UITableViewCell

RowSelected() публичный Метод

public RowSelected ( Monospace11.UITableView tableView, NSIndexPath indexPath ) : void
tableView Monospace11.UITableView
indexPath NSIndexPath
Результат void

RowsInSection() публичный Метод

public RowsInSection ( Monospace11.UITableView tableview, int section ) : int
tableview Monospace11.UITableView
section int
Результат int

TableViewSource() публичный Метод

public TableViewSource ( MapLocationViewController controller, List locations ) : System
controller MapLocationViewController
locations List
Результат System