C# Class LondonBike.DetailStringElement

Inheritance: MonoTouch.Dialog.StringElement
Mostra file Open project: nicwise/londonbikeapp Class Usage Examples

Public Properties

Property Type Description
Accessory UITableViewCellAccessory
DetailTextColor UIColor

Public Methods

Method 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 method

public DetailStringElement ( string caption ) : System
caption string
return System

DetailStringElement() public method

public DetailStringElement ( string caption, string value ) : System
caption string
value string
return System

DetailStringElement() public method

public DetailStringElement ( string caption, string value, NSAction tapped ) : System
caption string
value string
tapped NSAction
return System

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

Property Details

Accessory public_oe property

public UITableViewCellAccessory Accessory
return UITableViewCellAccessory

DetailTextColor public_oe property

public UIColor DetailTextColor
return UIColor