C# Class Verses.iOS.StyledTranslationRootElement

Inheritance: MonoTouch.Dialog.RootElement, IElementSizing
Afficher le fichier Open project: pierceboggan/Verses

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledTranslationRootElement ( string caption ) : System
StyledTranslationRootElement ( string caption, Group group ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
PrepareDialogViewController ( UIViewController dvc ) : void

Private Methods

Méthode Description
GoBack ( UIViewController dvc ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

PrepareDialogViewController() protected méthode

protected PrepareDialogViewController ( UIViewController dvc ) : void
dvc UIViewController
Résultat void

StyledTranslationRootElement() public méthode

public StyledTranslationRootElement ( string caption ) : System
caption string
Résultat System

StyledTranslationRootElement() public méthode

public StyledTranslationRootElement ( string caption, Group group ) : System
caption string
group MonoTouch.Dialog.Group
Résultat System