Свойство | Type | Description | |
---|---|---|---|
endTime | DateTime? |
Méthode | Description | |
---|---|---|
AddRuntime ( int milliseconds, int checkpointid ) : |
Adds the runtime.
|
|
AddRuntime ( |
Adds the runtime.
|
|
ChangeCheckpoint ( int checkpointid ) : void |
Changes the checkpoint.
|
|
Delete ( ) : void |
Deletes this timer.
|
|
DeleteRuntime ( |
Deletes the runtime.
|
|
DeleteRuntime ( int runtimeid ) : void |
Deletes the runtime.
|
|
EditRuntime ( int runtimeId, int h, int m, int s, int ms ) : void |
Edits the runtime.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
GetCheckpoints ( ) : List |
Gets all the checkpoints for .
|
|
GetFirstCheckpointId ( ) : int |
Gets the first checkpoint.
|
|
GetHashCode ( ) : int | ||
GetTimerById ( int id ) : |
Gets the timer by id.
|
|
GetTimers ( int raceId ) : List |
||
SaveToDb ( ) : void |
Saves the stop time stamp to db.
|
|
Start ( ) : void | ||
Stop ( ) : void |
Stops the timer.
|
|
TimerModel ( ) : System |
Initializes a new instance of the TimerModel class.
|
|
TimerModel ( |
Initializes a new instance of the TimerModel class.
|
|
TimerModel ( int id ) : System |
Initializes a new instance of the TimerModel class.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
Méthode | Description | |
---|---|---|
CreateDbEntity ( ) : int |
Creates the db entity.
|
|
updateDbEntry ( ) : void |
Updates the db entry.
|
public AddRuntime ( int milliseconds, int checkpointid ) : |
||
milliseconds | int | The milliseconds. |
checkpointid | int | The checkpointid. |
Résultat |
public AddRuntime ( |
||
runtimemodel | The runtimemodel. | |
Résultat | void |
public ChangeCheckpoint ( int checkpointid ) : void | ||
checkpointid | int | The checkpointid. |
Résultat | void |
public DeleteRuntime ( |
||
runtime | The runtime. | |
Résultat | void |
public DeleteRuntime ( int runtimeid ) : void | ||
runtimeid | int | The runtimeid. |
Résultat | void |
public EditRuntime ( int runtimeId, int h, int m, int s, int ms ) : void | ||
runtimeId | int | The runtime id. |
h | int | The hour. |
m | int | The minutes. |
s | int | The seconds. |
ms | int | |
Résultat | void |
public Equals ( object obj ) : bool | ||
obj | object | The |
Résultat | bool |
public static GetTimerById ( int id ) : |
||
id | int | The id. |
Résultat |
public static GetTimers ( int raceId ) : List |
||
raceId | int | |
Résultat | List |
public TimerModel ( |
||
timer | The timer. | |
Résultat | System |