C# Класс NDC2010.SpeakerTableViewController.TableSource

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

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForHeader ( UITableView tableView, int section ) : float
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
GetViewForHeader ( UITableView tableView, int section ) : UIView
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( SpeakerTableViewController tvc ) : System

Защищенные методы

Метод Описание
GetFont ( NSIndexPath indexPath ) : UIFont

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

Метод Описание
CellHasDetailsLabel ( NSIndexPath indexPath ) : bool
GetCellText ( NSIndexPath indexPath ) : string
TitleForHeader ( int section ) : string

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

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

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

GetFont() защищенный Метод

protected GetFont ( NSIndexPath indexPath ) : UIFont
indexPath NSIndexPath
Результат UIFont

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

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

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

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

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

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

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

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

public TableSource ( SpeakerTableViewController tvc ) : System
tvc SpeakerTableViewController
Результат System