C# Class Hanselminutes.HomeViewController.TableViewSource

Inheritance: UITableViewSource
Afficher le fichier Open project: chrisntr/HanselminutesIphone

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int
TableViewSource ( HomeViewController hvc ) : System

Private Methods

Méthode Description
HasOfflineVersion ( string url ) : bool

Method Details

GetCell() public méthode

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

RowSelected() public méthode

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 ( HomeViewController hvc ) : System
hvc HomeViewController
Résultat System