C# Class LondonBike.DetailStringElement

Inheritance: MonoTouch.Dialog.StringElement
Afficher le fichier Open project: nicwise/londonbikeapp Class Usage Examples

Méthodes publiques

Свойство Type Description
Accessory UITableViewCellAccessory
DetailTextColor UIColor

Méthodes publiques

Méthode Description
DetailStringElement ( string caption ) : System
DetailStringElement ( string caption, string value ) : System
DetailStringElement ( string caption, string value, NSAction tapped ) : System
GetCell ( UITableView tv ) : UITableViewCell

Method Details

DetailStringElement() public méthode

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

DetailStringElement() public méthode

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

DetailStringElement() public méthode

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

GetCell() public méthode

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

Property Details

Accessory public_oe property

public UITableViewCellAccessory Accessory
Résultat UITableViewCellAccessory

DetailTextColor public_oe property

public UIColor DetailTextColor
Résultat UIColor