C# Класс EventApp.Views.InformationViewController

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

Private Properties

Свойство Тип Описание
GetCell UITableViewCell
GetHeightForRow float
NumberOfSections int
ReleaseDesignerOutlets void
RowSelected void
RowsInSection int

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

Метод Описание
DidReceiveMemoryWarning ( ) : void
InformationViewController ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void

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

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
NumberOfSections ( UITableView tableView ) : int
ReleaseDesignerOutlets ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int

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

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

public DidReceiveMemoryWarning ( ) : void
Результат void

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

public InformationViewController ( IntPtr handle ) : System
handle IntPtr
Результат System

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

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Результат void

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

public ViewDidLoad ( ) : void
Результат void