C# Class Facebook.AppDelegate.TableViewSource

Extends the new UITableViewSource in MonoTouch 1.2 (4-Nov-09)
Inheritance: UITableViewSource
Afficher le fichier Open project: conceptdev/Facebook

Méthodes publiques

Méthode Description
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

Method Details

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

RowSelected() public méthode

Display selected post details
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Résultat int

TableViewSource() public méthode

public TableViewSource ( Posts p ) : System
p Posts
Résultat System