C# Class Run, chronojump

ファイルを表示 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_oe property

protected double distance
return double

initialSpeed protected_oe property

protected bool initialSpeed
return bool

metersSecondsPreferred protected_oe property

protected bool metersSecondsPreferred
return bool

startIn protected_oe property

protected bool startIn
return bool

time protected_oe property

protected double time
return double