C# Класс ITimeU.Models.Entities

No Metadata Documentation available.
Наследование: ObjectContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
OnContextCreated ( ) : void

Описание методов

AddToAthleteClasses() публичный Метод

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
Результат void

AddToAthletes() публичный Метод

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
Результат void

AddToCheckpointOrders() публичный Метод

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
Результат void

AddToCheckpoints() публичный Метод

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
Результат void

AddToClubs() публичный Метод

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
Результат void

AddToEvents() публичный Метод

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
Результат void

AddToRaceAthletes() публичный Метод

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
Результат void

AddToRaceIntermediates() публичный Метод

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
Результат void

AddToRaces() публичный Метод

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
Результат void

AddToRuntimes() публичный Метод

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
Результат void

AddToTimers() публичный Метод

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
Результат void

Entities() публичный Метод

Initializes a new Entities object using the connection string found in the 'Entities' section of the application configuration file.
public Entities ( ) : System
Результат System

Entities() публичный Метод

Initialize a new Entities object.
public Entities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Результат System

Entities() публичный Метод

Initialize a new Entities object.
public Entities ( string connectionString ) : System
connectionString string
Результат System