C# Класс Smeedee.iOS.TopCommitersTableSource

Наследование: UITableViewSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

GetHeightForRow() публичный Метод

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float

NumberOfSections() публичный Метод

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Результат int

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Результат int

TopCommitersTableSource() публичный Метод

public TopCommitersTableSource ( IEnumerable committers ) : System
committers IEnumerable
Результат System