C# Class RunType, chronojump

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

Protected Properties

Свойство Type Description
distance double
fixedValue int
hasIntervals bool
tracksLimited bool
unlimited bool

Méthodes publiques

Méthode Description
FindIfIsPredefined ( ) : bool
InsertAtDB ( bool dbconOpened, string tableName, bool interval ) : int
RunType ( ) : System
RunType ( string name ) : System
RunType ( string str, bool interval ) : System
RunType ( string name, bool hasIntervals, double distance, bool tracksLimited, int fixedValue, bool unlimited, string description, string distancesString, string imageFileName ) : System

Method Details

FindIfIsPredefined() public méthode

public FindIfIsPredefined ( ) : bool
Résultat bool

InsertAtDB() public méthode

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

RunType() public méthode

public RunType ( ) : System
Résultat System

RunType() public méthode

public RunType ( string name ) : System
name string
Résultat System

RunType() public méthode

public RunType ( string str, bool interval ) : System
str string
interval bool
Résultat System

RunType() public méthode

public RunType ( string name, bool hasIntervals, double distance, bool tracksLimited, int fixedValue, bool unlimited, string description, string distancesString, string imageFileName ) : System
name string
hasIntervals bool
distance double
tracksLimited bool
fixedValue int
unlimited bool
description string
distancesString string
imageFileName string
Résultat System

Property Details

distance protected_oe property

protected double distance
Résultat double

fixedValue protected_oe property

protected int fixedValue
Résultat int

hasIntervals protected_oe property

protected bool hasIntervals
Résultat bool

tracksLimited protected_oe property

protected bool tracksLimited
Résultat bool

unlimited protected_oe property

protected bool unlimited
Résultat bool