C# Class Verses.iOS.StyledRadioElement

Inheritance: MonoTouch.Dialog.RadioElement
Afficher le fichier Open project: pierceboggan/Verses

Méthodes publiques

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

Method Details

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

StyledRadioElement() public méthode

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

StyledRadioElement() public méthode

public StyledRadioElement ( string caption, string group ) : System
caption string
group string
Résultat System