C# Класс XamarinEvolveIOS.PlaceListViewController.PlaceListViewDataSource

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

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

Метод Описание
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
PlaceListViewDataSource ( PlaceListViewController viewController ) : System
RowsInSection ( UITableView tableView, int section ) : int

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

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

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

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

public PlaceListViewDataSource ( PlaceListViewController viewController ) : System
viewController PlaceListViewController
Результат System

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

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