C# 클래스 KIS.KISEntities

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: operatie-penguins/Data-Base

공개 메소드들

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