프로퍼티 | 타입 | 설명 | |
---|---|---|---|
distance | double | ||
initialSpeed | bool | ||
metersSecondsPreferred | bool | ||
startIn | bool | ||
time | double |
메소드 | 설명 | |
---|---|---|
InsertAtDB ( bool dbconOpened, string tableName ) : int | ||
Run ( ) : System | ||
Run ( int uniqueID, int personID, int sessionID, string type, double distance, double time, string description, int simulated, bool initialSpeed ) : System | ||
Run ( string eventString ) : System |
public InsertAtDB ( bool dbconOpened, string tableName ) : int | ||
dbconOpened | bool | |
tableName | string | |
리턴 | int |
public Run ( int uniqueID, int personID, int sessionID, string type, double distance, double time, string description, int simulated, bool initialSpeed ) : System | ||
uniqueID | int | |
personID | int | |
sessionID | int | |
type | string | |
distance | double | |
time | double | |
description | string | |
simulated | int | |
initialSpeed | bool | |
리턴 | System |