C# Class XamarinEvolveIOS.PlaceListViewController.PlaceListViewDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
PlaceListViewDataSource ( PlaceListViewController viewController ) : System
RowsInSection ( UITableView tableView, int section ) : int

Method Details

GetCell() public méthode

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

PlaceListViewDataSource() public méthode

public PlaceListViewDataSource ( PlaceListViewController viewController ) : System
viewController PlaceListViewController
Résultat System

RowsInSection() public méthode

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