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

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

Méthodes publiques

Méthode 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

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToAuthors() public méthode

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
Résultat void

AddToBooks() public méthode

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
Résultat void

AddToChildren() public méthode

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
Résultat void

AddToCompanies() public méthode

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
Résultat void

AddToComputers() public méthode

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
Résultat void

AddToDataTypeTests() public méthode

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
Résultat void

AddToEmployees() public méthode

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
Résultat void

AddToOrders() public méthode

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
Résultat void

AddToProducts() public méthode

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
Résultat void

AddToPublishers() public méthode

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
Résultat void

AddToShops() public méthode

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
Résultat void

AddToToys() public méthode

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
Résultat void

testEntities() public méthode

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

testEntities() public méthode

Initialize a new testEntities object.
public testEntities ( EntityConnection connection ) : System
connection EntityConnection
Résultat System

testEntities() public méthode

Initialize a new testEntities object.
public testEntities ( string connectionString ) : System
connectionString string
Résultat System