C# Class NDC2010.DaysTableViewController.TableSource

Inheritance: UITableViewSource
Afficher le fichier Open project: alexyork/NDC2010

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForHeader ( UITableView tableView, int section ) : float
GetViewForHeader ( UITableView tableView, int section ) : UIView
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( DaysTableViewController tvc ) : System
TitleForFooter ( UITableView tableView, int section ) : string

Private Methods

Méthode Description
GetDay ( NSIndexPath indexPath ) : int

Method Details

GetCell() public méthode

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

GetHeightForHeader() public méthode

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

GetViewForHeader() public méthode

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

NumberOfSections() public méthode

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

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

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

TableSource() public méthode

public TableSource ( DaysTableViewController tvc ) : System
tvc DaysTableViewController
Résultat System

TitleForFooter() public méthode

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