C# 클래스 LondonBike.TflTripLog

파일 보기 프로젝트 열기: nicwise/londonbikeapp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Command string
Cost string
EndStation string
EndTime string
ErrorType ErrorType
LastWasError bool
StartStation string
StartTime string
all List

공개 메소드들

메소드 설명
ClearTflData ( ) : void
RefreshTripLogList ( NSAction onDone ) : void
TflTripLog ( string bits ) : System

메소드 상세

ClearTflData() 공개 정적인 메소드

public static ClearTflData ( ) : void
리턴 void

RefreshTripLogList() 공개 정적인 메소드

public static RefreshTripLogList ( NSAction onDone ) : void
onDone NSAction
리턴 void

TflTripLog() 공개 메소드

public TflTripLog ( string bits ) : System
bits string
리턴 System

프로퍼티 상세

Command 공개적으로 프로퍼티

public string Command
리턴 string

Cost 공개적으로 프로퍼티

public string Cost
리턴 string

EndStation 공개적으로 프로퍼티

public string EndStation
리턴 string

EndTime 공개적으로 프로퍼티

public string EndTime
리턴 string

ErrorType 공개적으로 정적으로 프로퍼티

public static ErrorType ErrorType
리턴 ErrorType

LastWasError 공개적으로 정적으로 프로퍼티

public static bool LastWasError
리턴 bool

StartStation 공개적으로 프로퍼티

public string StartStation
리턴 string

StartTime 공개적으로 프로퍼티

public string StartTime
리턴 string

all 공개적으로 정적으로 프로퍼티

public static List all
리턴 List