C# Class Smeedee.iOS.TopCommittersConfigTableSource

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

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TopCommittersConfigTableSource ( UITableViewController controller ) : System

Private Methods

Méthode Description
IsNumberOfCommitters ( int section ) : bool
IsTimePeriod ( int section ) : bool

Method Details

GetCell() public méthode

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

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

TopCommittersConfigTableSource() public méthode

public TopCommittersConfigTableSource ( UITableViewController controller ) : System
controller UITableViewController
Résultat System