C# Класс Facebook.AppDelegate.TableViewSource

Extends the new UITableViewSource in MonoTouch 1.2 (4-Nov-09)
Наследование: UITableViewSource
Показать файл Открыть проект

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void

Display selected post details

RowsInSection ( UITableView tableview, int section ) : int
TableViewSource ( Posts p ) : System

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

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

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

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

Display selected post details
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void

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

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

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

public TableViewSource ( Posts p ) : System
p Posts
Результат System