C# 클래스 MySql.Data.Entity.Tests.testEntities

There are no comments for testEntities in the schema.
상속: global::System.Data.Objects.ObjectContext
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
AddToAuthors ( Author author ) : void

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

AddToBooks ( Book book ) : void

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

AddToChildren ( Child child ) : void

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

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.

AddToComputers ( Computer computer ) : void

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

AddToDataTypeTests ( DataTypeTest dataTypeTest ) : void

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

AddToEmployees ( Employee employee ) : void

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

AddToOrders ( Order order ) : void

Deprecated Method for adding a new object to the Orders 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.

AddToPublishers ( Publisher publisher ) : void

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

AddToShops ( Shop shop ) : void

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

AddToToys ( Toy toy ) : void

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

testEntities ( ) : System

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

testEntities ( EntityConnection connection ) : System

Initialize a new testEntities object.

testEntities ( string connectionString ) : System

Initialize a new testEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToAuthors() 공개 메소드

Deprecated Method for adding a new object to the Authors EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAuthors ( Author author ) : void
author Author
리턴 void

AddToBooks() 공개 메소드

Deprecated Method for adding a new object to the Books EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToBooks ( Book book ) : void
book Book
리턴 void

AddToChildren() 공개 메소드

Deprecated Method for adding a new object to the Children EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToChildren ( Child child ) : void
child Child
리턴 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

AddToComputers() 공개 메소드

Deprecated Method for adding a new object to the Computers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToComputers ( Computer computer ) : void
computer Computer
리턴 void

AddToDataTypeTests() 공개 메소드

Deprecated Method for adding a new object to the DataTypeTests EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDataTypeTests ( DataTypeTest dataTypeTest ) : void
dataTypeTest DataTypeTest
리턴 void

AddToEmployees() 공개 메소드

Deprecated Method for adding a new object to the Employees EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToEmployees ( Employee employee ) : void
employee Employee
리턴 void

AddToOrders() 공개 메소드

Deprecated Method for adding a new object to the Orders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrders ( Order order ) : void
order Order
리턴 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

AddToPublishers() 공개 메소드

Deprecated Method for adding a new object to the Publishers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToPublishers ( Publisher publisher ) : void
publisher Publisher
리턴 void

AddToShops() 공개 메소드

Deprecated Method for adding a new object to the Shops EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToShops ( Shop shop ) : void
shop Shop
리턴 void

AddToToys() 공개 메소드

Deprecated Method for adding a new object to the Toys EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToToys ( Toy toy ) : void
toy Toy
리턴 void

testEntities() 공개 메소드

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

testEntities() 공개 메소드

Initialize a new testEntities object.
public testEntities ( EntityConnection connection ) : System
connection EntityConnection
리턴 System

testEntities() 공개 메소드

Initialize a new testEntities object.
public testEntities ( string connectionString ) : System
connectionString string
리턴 System