C# Class LondonBike.TripLogElement

Inheritance: DetailStringElement
Exibir arquivo Open project: nicwise/londonbikeapp

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetValueString ( ) : string
TripLogElement ( TripLog tripLog, NSAction action ) : System

Method Details

GetCell() public method

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

GetValueString() public method

public GetValueString ( ) : string
return string

TripLogElement() public method

public TripLogElement ( TripLog tripLog, NSAction action ) : System
tripLog TripLog
action NSAction
return System