Property | Type | Description | |
---|---|---|---|
TryToGetById |
Method | Description | |
---|---|---|
Delete ( ) : void | ||
GetAthletes ( ) : List |
||
GetAthletesNotConnected ( int classId ) : List |
||
GetById ( int idToGet ) : |
||
GetRace ( int id ) : |
||
GetRaces ( ) : List |
||
GetRaces ( int eventId ) : List |
||
GetTimerId ( ) : int? | ||
HasTimer ( ) : bool | ||
RaceModel ( ) : System | ||
RaceModel ( |
||
RaceModel ( string name, System.DateTime startDate ) : System | ||
Save ( ) : bool | ||
UpdateRaceDate ( System.DateTime date ) : void | ||
UpdateRaceDistance ( int distance ) : void | ||
UpdateRaceName ( string name ) : void |
Method | Description | |
---|---|---|
TryToGetById ( int idToGet, |
public GetAthletesNotConnected ( int classId ) : List |
||
classId | int | |
return | List |
public static GetById ( int idToGet ) : |
||
idToGet | int | |
return |
public static GetRaces ( int eventId ) : List |
||
eventId | int | |
return | List |
public RaceModel ( string name, System.DateTime startDate ) : System | ||
name | string | |
startDate | System.DateTime | |
return | System |
public UpdateRaceDate ( System.DateTime date ) : void | ||
date | System.DateTime | |
return | void |
public UpdateRaceDistance ( int distance ) : void | ||
distance | int | |
return | void |