C# Class RunType, chronojump

Inheritance: EventType
显示文件 Open project: GNOME/chronojump Class Usage Examples

Protected Properties

Property Type Description
distance double
fixedValue int
hasIntervals bool
tracksLimited bool
unlimited bool

Public Methods

Method 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 method

public FindIfIsPredefined ( ) : bool
return bool

InsertAtDB() public method

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

RunType() public method

public RunType ( ) : System
return System

RunType() public method

public RunType ( string name ) : System
name string
return System

RunType() public method

public RunType ( string str, bool interval ) : System
str string
interval bool
return System

RunType() public method

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
return System

Property Details

distance protected_oe property

protected double distance
return double

fixedValue protected_oe property

protected int fixedValue
return int

hasIntervals protected_oe property

protected bool hasIntervals
return bool

tracksLimited protected_oe property

protected bool tracksLimited
return bool

unlimited protected_oe property

protected bool unlimited
return bool