C# Class XamarinEvolveIOS.PlaceInfoViewController.PlaceInfoViewDataSource

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int

PlaceInfoViewDataSource() public méthode

public PlaceInfoViewDataSource ( PlaceInfoViewController viewController ) : System
viewController PlaceInfoViewController
Résultat System

RowsInSection() public méthode

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

TitleForHeader() public méthode

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