C# 클래스 TrainTracker.Web.Models.RailServe_dataEntities3

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: vega670/TrainTracker

공개 메소드들

메소드 설명
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