C# Class ITimeU.Models.RaceAthlete

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: heinek/ITimeU Class Usage Examples

Private Properties

Property Type Description
OnAthleteIdChanged void
OnAthleteIdChanging void
OnRaceIdChanged void
OnRaceIdChanging void
OnStartnumberChanged void
OnStartnumberChanging void

Public Methods

Method Description
CreateRaceAthlete ( global raceId, global athleteId ) : RaceAthlete

Create a new RaceAthlete object.

Private Methods

Method Description
OnAthleteIdChanged ( ) : void
OnAthleteIdChanging ( global value ) : void
OnRaceIdChanged ( ) : void
OnRaceIdChanging ( global value ) : void
OnStartnumberChanged ( ) : void
OnStartnumberChanging ( Nullable value ) : void

Method Details

CreateRaceAthlete() public static method

Create a new RaceAthlete object.
public static CreateRaceAthlete ( global raceId, global athleteId ) : RaceAthlete
raceId global Initial value of the RaceId property.
athleteId global Initial value of the AthleteId property.
return RaceAthlete