C# Класс NDC2010.SessionTableViewController.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
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( SessionTableViewController tvc ) : System

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

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

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

Метод Описание
AddToScheduleButtonShouldBeInitialized ( int section ) : bool
CellHasDetailsLabel ( NSIndexPath indexPath ) : bool
GetCellText ( NSIndexPath indexPath ) : string
GetTitleForHeader ( int section ) : string
InitializeAddToScheduleButton ( ) : void
ToggleSessionFromSchedule ( ) : void

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

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

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

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

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

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