C# Класс KIS.KISEntities

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

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

Метод Описание
AddToCompanies ( Company company ) : void

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

AddToCompanyProducts ( CompanyProduct companyProduct ) : void

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

AddToItems ( Item item ) : void

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

AddToPlans ( Plan plan ) : void

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

AddToProducts ( Product product ) : void

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

AddToProductsLists ( ProductsList productsList ) : void

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

AddToStructures ( Structure structure ) : void

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

KISEntities ( ) : System

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

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

Initialize a new KISEntities object.

KISEntities ( string connectionString ) : System

Initialize a new KISEntities object.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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