C# Class LondonBike.StyledMultilineElement

Inheritance: MonoTouch.Dialog.StyledStringElement, IElementSizing
Afficher le fichier Open project: nicwise/londonbikeapp

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledMultilineElement ( string caption ) : System
StyledMultilineElement ( string caption, NSAction tapped ) : System
StyledMultilineElement ( string caption, string value ) : 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

StyledMultilineElement() public méthode

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

StyledMultilineElement() public méthode

public StyledMultilineElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
Résultat System

StyledMultilineElement() public méthode

public StyledMultilineElement ( string caption, string value ) : System
caption string
value string
Résultat System