C# Class MySql.Data.Entity.Tests.testEntities

There are no comments for testEntities in the schema.
Inheritance: global::System.Data.Objects.ObjectContext
Exibir arquivo Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToAuthors() public method

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
return void

AddToBooks() public method

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
return void

AddToChildren() public method

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
return void

AddToCompanies() public method

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
return void

AddToComputers() public method

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
return void

AddToDataTypeTests() public method

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
return void

AddToEmployees() public method

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
return void

AddToOrders() public method

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
return void

AddToProducts() public method

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
return void

AddToPublishers() public method

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
return void

AddToShops() public method

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
return void

AddToToys() public method

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
return void

testEntities() public method

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

testEntities() public method

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

testEntities() public method

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