C# Class MDP_Projekt.Model.Context

No Metadata Documentation available.
Inheritance: ObjectContext
Mostrar archivo Open project: ffayyaz/MDP-Projekt Class Usage Examples

Public Methods

Method Description
AddToTR_ARBEIT ( TR_ARBEIT tR_ARBEIT ) : void

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

AddToTR_FAHRZEUGART ( TR_FAHRZEUGART tR_FAHRZEUGART ) : void

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

AddToTR_FAHRZEUGMARKE ( TR_FAHRZEUGMARKE tR_FAHRZEUGMARKE ) : void

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

AddToTR_MATERIAL ( TR_MATERIAL tR_MATERIAL ) : void

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

AddToTZ_ARBEITLISTE ( TZ_ARBEITLISTE tZ_ARBEITLISTE ) : void

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

AddToTZ_FAHRZEUGTYP ( TZ_FAHRZEUGTYP tZ_FAHRZEUGTYP ) : void

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

AddToTZ_MATERIALLISTE ( TZ_MATERIALLISTE tZ_MATERIALLISTE ) : void

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

AddToT_FAHRZEUG ( T_FAHRZEUG t_FAHRZEUG ) : void

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

AddToT_NUTZER ( T_NUTZER t_NUTZER ) : void

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

AddToT_REPARATUR ( T_REPARATUR t_REPARATUR ) : void

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

Context ( ) : System

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

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

Initialize a new Context object.

Context ( string connectionString ) : System

Initialize a new Context object.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToTR_ARBEIT() public method

Deprecated Method for adding a new object to the TR_ARBEIT EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTR_ARBEIT ( TR_ARBEIT tR_ARBEIT ) : void
tR_ARBEIT TR_ARBEIT
return void

AddToTR_FAHRZEUGART() public method

Deprecated Method for adding a new object to the TR_FAHRZEUGART EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTR_FAHRZEUGART ( TR_FAHRZEUGART tR_FAHRZEUGART ) : void
tR_FAHRZEUGART TR_FAHRZEUGART
return void

AddToTR_FAHRZEUGMARKE() public method

Deprecated Method for adding a new object to the TR_FAHRZEUGMARKE EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTR_FAHRZEUGMARKE ( TR_FAHRZEUGMARKE tR_FAHRZEUGMARKE ) : void
tR_FAHRZEUGMARKE TR_FAHRZEUGMARKE
return void

AddToTR_MATERIAL() public method

Deprecated Method for adding a new object to the TR_MATERIAL EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTR_MATERIAL ( TR_MATERIAL tR_MATERIAL ) : void
tR_MATERIAL TR_MATERIAL
return void

AddToTZ_ARBEITLISTE() public method

Deprecated Method for adding a new object to the TZ_ARBEITLISTE EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTZ_ARBEITLISTE ( TZ_ARBEITLISTE tZ_ARBEITLISTE ) : void
tZ_ARBEITLISTE TZ_ARBEITLISTE
return void

AddToTZ_FAHRZEUGTYP() public method

Deprecated Method for adding a new object to the TZ_FAHRZEUGTYP EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTZ_FAHRZEUGTYP ( TZ_FAHRZEUGTYP tZ_FAHRZEUGTYP ) : void
tZ_FAHRZEUGTYP TZ_FAHRZEUGTYP
return void

AddToTZ_MATERIALLISTE() public method

Deprecated Method for adding a new object to the TZ_MATERIALLISTE EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTZ_MATERIALLISTE ( TZ_MATERIALLISTE tZ_MATERIALLISTE ) : void
tZ_MATERIALLISTE TZ_MATERIALLISTE
return void

AddToT_FAHRZEUG() public method

Deprecated Method for adding a new object to the T_FAHRZEUG EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToT_FAHRZEUG ( T_FAHRZEUG t_FAHRZEUG ) : void
t_FAHRZEUG T_FAHRZEUG
return void

AddToT_NUTZER() public method

Deprecated Method for adding a new object to the T_NUTZER EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToT_NUTZER ( T_NUTZER t_NUTZER ) : void
t_NUTZER T_NUTZER
return void

AddToT_REPARATUR() public method

Deprecated Method for adding a new object to the T_REPARATUR EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToT_REPARATUR ( T_REPARATUR t_REPARATUR ) : void
t_REPARATUR T_REPARATUR
return void

Context() public method

Initializes a new Context object using the connection string found in the 'Context' section of the application configuration file.
public Context ( ) : System
return System

Context() public method

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

Context() public method

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