C# Класс Verses.iOS.StyledTranslationRootElement

Наследование: MonoTouch.Dialog.RootElement, IElementSizing
Показать файл Открыть проект

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

Метод Описание
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledTranslationRootElement ( string caption ) : System
StyledTranslationRootElement ( string caption, Group group ) : System

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

Метод Описание
Dispose ( bool disposing ) : void
PrepareDialogViewController ( UIViewController dvc ) : void

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

Метод Описание
GoBack ( UIViewController dvc ) : void

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

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

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

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

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

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

protected PrepareDialogViewController ( UIViewController dvc ) : void
dvc UIViewController
Результат void

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

public StyledTranslationRootElement ( string caption ) : System
caption string
Результат System

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

public StyledTranslationRootElement ( string caption, Group group ) : System
caption string
group MonoTouch.Dialog.Group
Результат System