C# Class XamarinEvolveIOS.PlaceInfoViewController.PlaceInfoViewDataSource

Inheritance: UITableViewDataSource
Exibir arquivo Open project: bholmes/XamarinEvolve2013Project

Public Methods

Method Description
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
PlaceInfoViewDataSource ( PlaceInfoViewController viewController ) : System
RowsInSection ( UITableView tableView, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string

Private Methods

Method Description
GetCellForActiveCheckIns ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
GetCellForRecentCheckIns ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
GetCellForTopSection ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
LoadImageForCell ( UITableViewCell cell, byte data ) : void
SetupCellForUser ( UITableViewCell cell, User user ) : void

Method Details

GetCell() public method

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

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int

PlaceInfoViewDataSource() public method

public PlaceInfoViewDataSource ( PlaceInfoViewController viewController ) : System
viewController PlaceInfoViewController
return System

RowsInSection() public method

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

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
return string