C# Class NibManagerTest.ListController.TableSource

Inheritance: UITableViewSource
Afficher le fichier Open project: dtavlikos/JTNibManager

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, int section ) : int
TableSource ( ListController parentController ) : System

Method Details

GetCell() public méthode

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

RowsInSection() public méthode

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

TableSource() public méthode

public TableSource ( ListController parentController ) : System
parentController ListController
Résultat System