C# Class XamarinEvolveIOS.PlaceListViewController.PlaceListViewDataSource

Inheritance: UITableViewDataSource
Datei anzeigen Open project: bholmes/XamarinEvolve2013Project

Public Methods

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

Method Details

GetCell() public method

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

PlaceListViewDataSource() public method

public PlaceListViewDataSource ( PlaceListViewController viewController ) : System
viewController PlaceListViewController
return System

RowsInSection() public method

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