C# Class Smeedee.iOS.TopCommitersTableSource

Inheritance: UITableViewSource
Afficher le fichier Open project: Smeedee/Smeedee-Mobile

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int
TopCommitersTableSource ( IEnumerable committers ) : System

Method Details

GetCell() public méthode

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

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

NumberOfSections() public méthode

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

RowsInSection() public méthode

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

TopCommitersTableSource() public méthode

public TopCommitersTableSource ( IEnumerable committers ) : System
committers IEnumerable
Résultat System