C# Class TrainTracker.Web.Models.RailServe_dataEntities3

No Metadata Documentation available.
Inheritance: ObjectContext
Show file Open project: vega670/TrainTracker

Public Methods

Method Description
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.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToCarLoadStatus() public method

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
return void

AddToCommodities() public method

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
return void

AddToDepartments() public method

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
return void

AddToHistoryTypes() public method

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
return void

AddToLocations() public method

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
return void

AddToRailCarCurrentStatus() public method

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
return void

AddToRailCarHistories() public method

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
return void

AddToRailCarTypes() public method

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
return void

AddToRailCars() public method

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
return void

AddToRailYards() public method

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
return void

AddToTrackTypes() public method

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
return void

AddToTracks() public method

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
return void

RailServe_dataEntities3() public method

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
return System

RailServe_dataEntities3() public method

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

RailServe_dataEntities3() public method

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