C# Class Continuous.Server.Visualizer.SingleTableViewCellDataSource

Inheritance: UITableViewDataSource
Mostra file Open project: praeclarum/Continuous

Public Methods

Method 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 method

public GetCell ( UITableView tableView, Foundation indexPath ) : UITableViewCell
tableView UITableView
indexPath Foundation
return UITableViewCell

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

RowsInSection() public method

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
return nint

SingleTableViewCellDataSource() public method

public SingleTableViewCellDataSource ( UITableViewCell cell ) : System
cell UITableViewCell
return System