C# Класс TrainTracker.Web.Models.RailServe_dataEntities3

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

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

Метод Описание
AddToCarLoadStatus ( CarLoadStatu carLoadStatu ) : void

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

AddToCommodities ( Commodity commodity ) : void

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

AddToDepartments ( Department department ) : void

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

AddToHistoryTypes ( HistoryType historyType ) : void

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

AddToLocations ( Location location ) : void

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

AddToRailCarCurrentStatus ( RailCarCurrentStatu railCarCurrentStatu ) : void

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

AddToRailCarHistories ( RailCarHistory railCarHistory ) : void

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

AddToRailCarTypes ( RailCarType railCarType ) : void

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

AddToRailCars ( RailCar railCar ) : void

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

AddToRailYards ( RailYard railYard ) : void

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

AddToTrackTypes ( TrackType trackType ) : void

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

AddToTracks ( Track track ) : void

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

RailServe_dataEntities3 ( ) : System

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

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

Initialize a new RailServe_dataEntities3 object.

RailServe_dataEntities3 ( string connectionString ) : System

Initialize a new RailServe_dataEntities3 object.

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

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

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

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

Deprecated Method for adding a new object to the CarLoadStatus EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCarLoadStatus ( CarLoadStatu carLoadStatu ) : void
carLoadStatu CarLoadStatu
Результат void

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

Deprecated Method for adding a new object to the Commodities EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCommodities ( Commodity commodity ) : void
commodity Commodity
Результат void

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

Deprecated Method for adding a new object to the Departments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDepartments ( Department department ) : void
department Department
Результат void

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

Deprecated Method for adding a new object to the HistoryTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToHistoryTypes ( HistoryType historyType ) : void
historyType HistoryType
Результат void

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

Deprecated Method for adding a new object to the Locations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToLocations ( Location location ) : void
location Location
Результат void

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

Deprecated Method for adding a new object to the RailCarCurrentStatus EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRailCarCurrentStatus ( RailCarCurrentStatu railCarCurrentStatu ) : void
railCarCurrentStatu RailCarCurrentStatu
Результат void

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

Deprecated Method for adding a new object to the RailCarHistories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRailCarHistories ( RailCarHistory railCarHistory ) : void
railCarHistory RailCarHistory
Результат void

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

Deprecated Method for adding a new object to the RailCarTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRailCarTypes ( RailCarType railCarType ) : void
railCarType RailCarType
Результат void

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

Deprecated Method for adding a new object to the RailCars EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRailCars ( RailCar railCar ) : void
railCar RailCar
Результат void

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

Deprecated Method for adding a new object to the RailYards EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRailYards ( RailYard railYard ) : void
railYard RailYard
Результат void

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

Deprecated Method for adding a new object to the TrackTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTrackTypes ( TrackType trackType ) : void
trackType TrackType
Результат void

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

Deprecated Method for adding a new object to the Tracks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTracks ( Track track ) : void
track Track
Результат void

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

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

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

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

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

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