C# Class ITimeU.Models.Entities

No Metadata Documentation available.
Inheritance: ObjectContext
Show file Open project: heinek/ITimeU Class Usage Examples

Public Methods

Method Description
AddToAthleteClasses ( AthleteClass athleteClass ) : void

Deprecated Method for adding a new object to the AthleteClasses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToAthletes ( Athlete athlete ) : void

Deprecated Method for adding a new object to the Athletes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToCheckpointOrders ( CheckpointOrder checkpointOrder ) : void

Deprecated Method for adding a new object to the CheckpointOrders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToCheckpoints ( Checkpoint checkpoint ) : void

Deprecated Method for adding a new object to the Checkpoints EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToClubs ( Club club ) : void

Deprecated Method for adding a new object to the Clubs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToEvents ( Event @event ) : void

Deprecated Method for adding a new object to the Events EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToRaceAthletes ( RaceAthlete raceAthlete ) : void

Deprecated Method for adding a new object to the RaceAthletes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToRaceIntermediates ( RaceIntermediate raceIntermediate ) : void

Deprecated Method for adding a new object to the RaceIntermediates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToRaces ( Race race ) : void

Deprecated Method for adding a new object to the Races EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToRuntimes ( Runtime runtime ) : void

Deprecated Method for adding a new object to the Runtimes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToTimers ( Timer timer ) : void

Deprecated Method for adding a new object to the Timers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

Entities ( ) : System

Initializes a new Entities object using the connection string found in the 'Entities' section of the application configuration file.

Entities ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new Entities object.

Entities ( string connectionString ) : System

Initialize a new Entities object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToAthleteClasses() public method

Deprecated Method for adding a new object to the AthleteClasses EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAthleteClasses ( AthleteClass athleteClass ) : void
athleteClass AthleteClass
return void

AddToAthletes() public method

Deprecated Method for adding a new object to the Athletes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAthletes ( Athlete athlete ) : void
athlete Athlete
return void

AddToCheckpointOrders() public method

Deprecated Method for adding a new object to the CheckpointOrders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCheckpointOrders ( CheckpointOrder checkpointOrder ) : void
checkpointOrder CheckpointOrder
return void

AddToCheckpoints() public method

Deprecated Method for adding a new object to the Checkpoints EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCheckpoints ( Checkpoint checkpoint ) : void
checkpoint Checkpoint
return void

AddToClubs() public method

Deprecated Method for adding a new object to the Clubs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToClubs ( Club club ) : void
club Club
return void

AddToEvents() public method

Deprecated Method for adding a new object to the Events EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToEvents ( Event @event ) : void
@event Event
return void

AddToRaceAthletes() public method

Deprecated Method for adding a new object to the RaceAthletes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRaceAthletes ( RaceAthlete raceAthlete ) : void
raceAthlete RaceAthlete
return void

AddToRaceIntermediates() public method

Deprecated Method for adding a new object to the RaceIntermediates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRaceIntermediates ( RaceIntermediate raceIntermediate ) : void
raceIntermediate RaceIntermediate
return void

AddToRaces() public method

Deprecated Method for adding a new object to the Races EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRaces ( Race race ) : void
race Race
return void

AddToRuntimes() public method

Deprecated Method for adding a new object to the Runtimes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRuntimes ( Runtime runtime ) : void
runtime Runtime
return void

AddToTimers() public method

Deprecated Method for adding a new object to the Timers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTimers ( Timer timer ) : void
timer Timer
return void

Entities() public method

Initializes a new Entities object using the connection string found in the 'Entities' section of the application configuration file.
public Entities ( ) : System
return System

Entities() public method

Initialize a new Entities object.
public Entities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

Entities() public method

Initialize a new Entities object.
public Entities ( string connectionString ) : System
connectionString string
return System