C# Class NDC2010.SpeakersTableViewController.TableSource

Inheritance: UITableViewSource
Datei anzeigen Open project: alexyork/NDC2010

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( SpeakersTableViewController tvc ) : System

Method Details

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
return int

TableSource() public method

public TableSource ( SpeakersTableViewController tvc ) : System
tvc SpeakersTableViewController
return System