C# Класс NDC2010.NDC2010TableViewController

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

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

Метод Описание
NDC2010TableViewController ( ) : System
NDC2010TableViewController ( UITableViewStyle style ) : System
PushSessionViewController ( Session session, NSIndexPath indexPath ) : void
ViewWillAppear ( bool animated ) : void

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

Метод Описание
DequeueOrCreateTableCell ( UITableView tableView, string cellId ) : UITableViewCell
DequeueOrCreateTableCell ( UITableView tableView, string cellId, UITableViewCellStyle style ) : UITableViewCell
GetViewForHeader ( int section, string headingText ) : UIView
GetViewForHeader ( int section, string headingText, UIView subView ) : UIView

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

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

protected DequeueOrCreateTableCell ( UITableView tableView, string cellId ) : UITableViewCell
tableView UITableView
cellId string
Результат UITableViewCell

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

protected DequeueOrCreateTableCell ( UITableView tableView, string cellId, UITableViewCellStyle style ) : UITableViewCell
tableView UITableView
cellId string
style UITableViewCellStyle
Результат UITableViewCell

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

protected GetViewForHeader ( int section, string headingText ) : UIView
section int
headingText string
Результат UIView

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

protected GetViewForHeader ( int section, string headingText, UIView subView ) : UIView
section int
headingText string
subView UIView
Результат UIView

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

public NDC2010TableViewController ( ) : System
Результат System

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

public NDC2010TableViewController ( UITableViewStyle style ) : System
style UITableViewStyle
Результат System

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

public PushSessionViewController ( Session session, NSIndexPath indexPath ) : void
session NDC2010.Model.Session
indexPath NSIndexPath
Результат void

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

public ViewWillAppear ( bool animated ) : void
animated bool
Результат void