C# Class ITimeU.Models.Entities

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: heinek/ITimeU Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToAthleteClasses() public méthode

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
Résultat void

AddToAthletes() public méthode

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
Résultat void

AddToCheckpointOrders() public méthode

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
Résultat void

AddToCheckpoints() public méthode

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
Résultat void

AddToClubs() public méthode

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
Résultat void

AddToEvents() public méthode

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
Résultat void

AddToRaceAthletes() public méthode

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
Résultat void

AddToRaceIntermediates() public méthode

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
Résultat void

AddToRaces() public méthode

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
Résultat void

AddToRuntimes() public méthode

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
Résultat void

AddToTimers() public méthode

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
Résultat void

Entities() public méthode

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

Entities() public méthode

Initialize a new Entities object.
public Entities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

Entities() public méthode

Initialize a new Entities object.
public Entities ( string connectionString ) : System
connectionString string
Résultat System