C# Class LondonBike.TflTripLog

Show file Open project: nicwise/londonbikeapp Class Usage Examples

Public Properties

Property Type Description
Command string
Cost string
EndStation string
EndTime string
ErrorType ErrorType
LastWasError bool
StartStation string
StartTime string
all List

Public Methods

Method Description
ClearTflData ( ) : void
RefreshTripLogList ( NSAction onDone ) : void
TflTripLog ( string bits ) : System

Method Details

ClearTflData() public static method

public static ClearTflData ( ) : void
return void

RefreshTripLogList() public static method

public static RefreshTripLogList ( NSAction onDone ) : void
onDone NSAction
return void

TflTripLog() public method

public TflTripLog ( string bits ) : System
bits string
return System

Property Details

Command public property

public string Command
return string

Cost public property

public string Cost
return string

EndStation public property

public string EndStation
return string

EndTime public property

public string EndTime
return string

ErrorType public static property

public static ErrorType ErrorType
return ErrorType

LastWasError public static property

public static bool LastWasError
return bool

StartStation public property

public string StartStation
return string

StartTime public property

public string StartTime
return string

all public static property

public static List all
return List