C# Class Run, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Свойство Type Description
distance double
initialSpeed bool
metersSecondsPreferred bool
startIn bool
time double

Méthodes publiques

Méthode 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 méthode

public InsertAtDB ( bool dbconOpened, string tableName ) : int
dbconOpened bool
tableName string
Résultat int

Run() public méthode

public Run ( ) : System
Résultat System

Run() public méthode

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
Résultat System

Run() public méthode

public Run ( string eventString ) : System
eventString string
Résultat System

Property Details

distance protected_oe property

protected double distance
Résultat double

initialSpeed protected_oe property

protected bool initialSpeed
Résultat bool

metersSecondsPreferred protected_oe property

protected bool metersSecondsPreferred
Résultat bool

startIn protected_oe property

protected bool startIn
Résultat bool

time protected_oe property

protected double time
Résultat double