Property | Type | Description | |
---|---|---|---|
distance | double | ||
fixedValue | int | ||
hasIntervals | bool | ||
tracksLimited | bool | ||
unlimited | bool |
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 |
public InsertAtDB ( bool dbconOpened, string tableName, bool interval ) : int | ||
dbconOpened | bool | |
tableName | string | |
interval | bool | |
return | int |
public RunType ( string str, bool interval ) : System | ||
str | string | |
interval | bool | |
return | System |
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 |