C# Class WijmoMVC.Models.NorthwindEntities

No Metadata Documentation available.
Inheritance: ObjectContext
Exibir arquivo Open project: banzor/WijmoMVC

Public Methods

Method 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

Method Description
OnContextCreated ( ) : void

Method Details

AddToAlphabetical_list_of_products() public method

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

AddToCategories() public method

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

AddToCategory_Sales_for_1997() public method

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

AddToCurrent_Product_List() public method

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

AddToCustomerDemographics() public method

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

AddToCustomer_and_Suppliers_by_City() public method

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

AddToCustomers() public method

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
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 ( Employees employees ) : void
employees Employees
return void

AddToInvoices() public method

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

AddToOrder_Details() public method

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

AddToOrder_Details_Extended() public method

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

AddToOrder_Subtotals() public method

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
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 ( Orders orders ) : void
orders Orders
return void

AddToOrders_Qry() public method

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

AddToProduct_Sales_for_1997() public method

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
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 ( Products products ) : void
products Products
return void

AddToProducts_Above_Average_Price() public method

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

AddToProducts_by_Category() public method

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

AddToRegion() public method

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

AddToSales_Totals_by_Amount() public method

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

AddToSales_by_Category() public method

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

AddToShippers() public method

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

AddToSummary_of_Sales_by_Quarter() public method

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

AddToSummary_of_Sales_by_Year() public method

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

AddToSuppliers() public method

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

AddToTerritories() public method

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

NorthwindEntities() public method

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

NorthwindEntities() public method

Initialize a new NorthwindEntities object.
public NorthwindEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

NorthwindEntities() public method

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