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

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

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

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

Приватные методы

Метод Описание
IsNumberOfCommitters ( int section ) : bool
IsTimePeriod ( int section ) : bool

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

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

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

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

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

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

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

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

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

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

public TopCommittersConfigTableSource ( UITableViewController controller ) : System
controller UITableViewController
Результат System