C# Class Run, chronojump

Show file Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Property Type Description
distance double
initialSpeed bool
metersSecondsPreferred bool
startIn bool
time double

Public Methods

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

Method Details

InsertAtDB() public method

public InsertAtDB ( bool dbconOpened, string tableName ) : int
dbconOpened bool
tableName string
return int

Run() public method

public Run ( ) : System
return System

Run() public method

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

Run() public method

public Run ( string eventString ) : System
eventString string
return System

Property Details

distance protected property

protected double distance
return double

initialSpeed protected property

protected bool initialSpeed
return bool

metersSecondsPreferred protected property

protected bool metersSecondsPreferred
return bool

startIn protected property

protected bool startIn
return bool

time protected property

protected double time
return double