C# Class WijmoMVC.Models.NorthwindEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: banzor/WijmoMVC

Méthodes publiques

Méthode Description
AddToAlphabetical_list_of_products ( Alphabetical_list_of_products alphabetical_list_of_products ) : void

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

AddToCategories ( Categories categories ) : void

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

AddToCategory_Sales_for_1997 ( Category_Sales_for_1997 category_Sales_for_1997 ) : void

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

AddToCurrent_Product_List ( Current_Product_List current_Product_List ) : void

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

AddToCustomerDemographics ( CustomerDemographics customerDemographics ) : void

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

AddToCustomer_and_Suppliers_by_City ( Customer_and_Suppliers_by_City customer_and_Suppliers_by_City ) : void

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

AddToCustomers ( Customers customers ) : void

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

AddToEmployees ( Employees employees ) : void

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

AddToInvoices ( Invoices invoices ) : void

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

AddToOrder_Details ( Order_Details order_Details ) : void

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

AddToOrder_Details_Extended ( Order_Details_Extended order_Details_Extended ) : void

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

AddToOrder_Subtotals ( Order_Subtotals order_Subtotals ) : void

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

AddToOrders ( Orders orders ) : void

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

AddToOrders_Qry ( Orders_Qry orders_Qry ) : void

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

AddToProduct_Sales_for_1997 ( Product_Sales_for_1997 product_Sales_for_1997 ) : void

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

AddToProducts ( Products products ) : void

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

AddToProducts_Above_Average_Price ( Products_Above_Average_Price products_Above_Average_Price ) : void

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

AddToProducts_by_Category ( Products_by_Category products_by_Category ) : void

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

AddToRegion ( Region region ) : void

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

AddToSales_Totals_by_Amount ( Sales_Totals_by_Amount sales_Totals_by_Amount ) : void

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

AddToSales_by_Category ( Sales_by_Category sales_by_Category ) : void

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

AddToShippers ( Shippers shippers ) : void

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

AddToSummary_of_Sales_by_Quarter ( Summary_of_Sales_by_Quarter summary_of_Sales_by_Quarter ) : void

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

AddToSummary_of_Sales_by_Year ( Summary_of_Sales_by_Year summary_of_Sales_by_Year ) : void

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

AddToSuppliers ( Suppliers suppliers ) : void

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

AddToTerritories ( Territories territories ) : void

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

NorthwindEntities ( ) : System

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

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

Initialize a new NorthwindEntities object.

NorthwindEntities ( string connectionString ) : System

Initialize a new NorthwindEntities object.

Private Methods

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToAlphabetical_list_of_products() public méthode

Deprecated Method for adding a new object to the Alphabetical_list_of_products EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAlphabetical_list_of_products ( Alphabetical_list_of_products alphabetical_list_of_products ) : void
alphabetical_list_of_products Alphabetical_list_of_products
Résultat void

AddToCategories() public méthode

Deprecated Method for adding a new object to the Categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCategories ( Categories categories ) : void
categories Categories
Résultat void

AddToCategory_Sales_for_1997() public méthode

Deprecated Method for adding a new object to the Category_Sales_for_1997 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCategory_Sales_for_1997 ( Category_Sales_for_1997 category_Sales_for_1997 ) : void
category_Sales_for_1997 Category_Sales_for_1997
Résultat void

AddToCurrent_Product_List() public méthode

Deprecated Method for adding a new object to the Current_Product_List EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCurrent_Product_List ( Current_Product_List current_Product_List ) : void
current_Product_List Current_Product_List
Résultat void

AddToCustomerDemographics() public méthode

Deprecated Method for adding a new object to the CustomerDemographics EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomerDemographics ( CustomerDemographics customerDemographics ) : void
customerDemographics CustomerDemographics
Résultat void

AddToCustomer_and_Suppliers_by_City() public méthode

Deprecated Method for adding a new object to the Customer_and_Suppliers_by_City EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomer_and_Suppliers_by_City ( Customer_and_Suppliers_by_City customer_and_Suppliers_by_City ) : void
customer_and_Suppliers_by_City Customer_and_Suppliers_by_City
Résultat void

AddToCustomers() public méthode

Deprecated Method for adding a new object to the Customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomers ( Customers customers ) : void
customers Customers
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 ( Employees employees ) : void
employees Employees
Résultat void

AddToInvoices() public méthode

Deprecated Method for adding a new object to the Invoices EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToInvoices ( Invoices invoices ) : void
invoices Invoices
Résultat void

AddToOrder_Details() public méthode

Deprecated Method for adding a new object to the Order_Details EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrder_Details ( Order_Details order_Details ) : void
order_Details Order_Details
Résultat void

AddToOrder_Details_Extended() public méthode

Deprecated Method for adding a new object to the Order_Details_Extended EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrder_Details_Extended ( Order_Details_Extended order_Details_Extended ) : void
order_Details_Extended Order_Details_Extended
Résultat void

AddToOrder_Subtotals() public méthode

Deprecated Method for adding a new object to the Order_Subtotals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrder_Subtotals ( Order_Subtotals order_Subtotals ) : void
order_Subtotals Order_Subtotals
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 ( Orders orders ) : void
orders Orders
Résultat void

AddToOrders_Qry() public méthode

Deprecated Method for adding a new object to the Orders_Qry EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrders_Qry ( Orders_Qry orders_Qry ) : void
orders_Qry Orders_Qry
Résultat void

AddToProduct_Sales_for_1997() public méthode

Deprecated Method for adding a new object to the Product_Sales_for_1997 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProduct_Sales_for_1997 ( Product_Sales_for_1997 product_Sales_for_1997 ) : void
product_Sales_for_1997 Product_Sales_for_1997
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 ( Products products ) : void
products Products
Résultat void

AddToProducts_Above_Average_Price() public méthode

Deprecated Method for adding a new object to the Products_Above_Average_Price EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProducts_Above_Average_Price ( Products_Above_Average_Price products_Above_Average_Price ) : void
products_Above_Average_Price Products_Above_Average_Price
Résultat void

AddToProducts_by_Category() public méthode

Deprecated Method for adding a new object to the Products_by_Category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProducts_by_Category ( Products_by_Category products_by_Category ) : void
products_by_Category Products_by_Category
Résultat void

AddToRegion() public méthode

Deprecated Method for adding a new object to the Region EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRegion ( Region region ) : void
region Region
Résultat void

AddToSales_Totals_by_Amount() public méthode

Deprecated Method for adding a new object to the Sales_Totals_by_Amount EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSales_Totals_by_Amount ( Sales_Totals_by_Amount sales_Totals_by_Amount ) : void
sales_Totals_by_Amount Sales_Totals_by_Amount
Résultat void

AddToSales_by_Category() public méthode

Deprecated Method for adding a new object to the Sales_by_Category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSales_by_Category ( Sales_by_Category sales_by_Category ) : void
sales_by_Category Sales_by_Category
Résultat void

AddToShippers() public méthode

Deprecated Method for adding a new object to the Shippers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToShippers ( Shippers shippers ) : void
shippers Shippers
Résultat void

AddToSummary_of_Sales_by_Quarter() public méthode

Deprecated Method for adding a new object to the Summary_of_Sales_by_Quarter EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSummary_of_Sales_by_Quarter ( Summary_of_Sales_by_Quarter summary_of_Sales_by_Quarter ) : void
summary_of_Sales_by_Quarter Summary_of_Sales_by_Quarter
Résultat void

AddToSummary_of_Sales_by_Year() public méthode

Deprecated Method for adding a new object to the Summary_of_Sales_by_Year EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSummary_of_Sales_by_Year ( Summary_of_Sales_by_Year summary_of_Sales_by_Year ) : void
summary_of_Sales_by_Year Summary_of_Sales_by_Year
Résultat void

AddToSuppliers() public méthode

Deprecated Method for adding a new object to the Suppliers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSuppliers ( Suppliers suppliers ) : void
suppliers Suppliers
Résultat void

AddToTerritories() public méthode

Deprecated Method for adding a new object to the Territories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTerritories ( Territories territories ) : void
territories Territories
Résultat void

NorthwindEntities() public méthode

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

NorthwindEntities() public méthode

Initialize a new NorthwindEntities object.
public NorthwindEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

NorthwindEntities() public méthode

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