C# Класс MDP_Projekt.Model.Context

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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