C# Class Continuous.Server.Visualizer.SingleTableViewCellDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: praeclarum/Continuous

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, Foundation indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
SingleTableViewCellDataSource ( UITableViewCell cell ) : System

Method Details

GetCell() public méthode

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

NumberOfSections() public méthode

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

RowsInSection() public méthode

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

SingleTableViewCellDataSource() public méthode

public SingleTableViewCellDataSource ( UITableViewCell cell ) : System
cell UITableViewCell
Résultat System