Property | Type | Description | |
---|---|---|---|
OnAthleteIdChanged | void | ||
OnAthleteIdChanging | void | ||
OnRaceIdChanged | void | ||
OnRaceIdChanging | void | ||
OnStartnumberChanged | void | ||
OnStartnumberChanging | void |
Method | Description | |
---|---|---|
CreateRaceAthlete ( global raceId, global athleteId ) : |
Create a new RaceAthlete object.
|
Method | Description | |
---|---|---|
OnAthleteIdChanged ( ) : void | ||
OnAthleteIdChanging ( global value ) : void | ||
OnRaceIdChanged ( ) : void | ||
OnRaceIdChanging ( global value ) : void | ||
OnStartnumberChanged ( ) : void | ||
OnStartnumberChanging ( Nullable |
public static CreateRaceAthlete ( global raceId, global athleteId ) : |
||
raceId | global | Initial value of the RaceId property. |
athleteId | global | Initial value of the AthleteId property. |
return |