Property | Type | Description | |
---|---|---|---|
distance | double | ||
initialSpeed | bool | ||
metersSecondsPreferred | bool | ||
startIn | bool | ||
time | double |
Method | Description | |
---|---|---|
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 | |
return | 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 | |
return | System |