C# Класс XamarinEvolveIOS.PlaceInfoViewController.PlaceInfoViewDataSource

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

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

Метод Описание
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
PlaceInfoViewDataSource ( PlaceInfoViewController viewController ) : System
RowsInSection ( UITableView tableView, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string

Приватные методы

Метод Описание
GetCellForActiveCheckIns ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
GetCellForRecentCheckIns ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
GetCellForTopSection ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
LoadImageForCell ( UITableViewCell cell, byte data ) : void
SetupCellForUser ( UITableViewCell cell, User user ) : void

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

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

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

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

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Результат int

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

public PlaceInfoViewDataSource ( PlaceInfoViewController viewController ) : System
viewController PlaceInfoViewController
Результат System

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

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

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

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