C# Class WijmoMVC.Models.Alphabetical_list_of_products

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: banzor/WijmoMVC Class Usage Examples

Private Properties

Property Type Description
OnCategoryIDChanged void
OnCategoryIDChanging void
OnCategoryNameChanged void
OnCategoryNameChanging void
OnDiscontinuedChanged void
OnDiscontinuedChanging void
OnProductIDChanged void
OnProductIDChanging void
OnProductNameChanged void
OnProductNameChanging void
OnQuantityPerUnitChanged void
OnQuantityPerUnitChanging void
OnReorderLevelChanged void
OnReorderLevelChanging void
OnSupplierIDChanged void
OnSupplierIDChanging void
OnUnitPriceChanged void
OnUnitPriceChanging void
OnUnitsInStockChanged void
OnUnitsInStockChanging void
OnUnitsOnOrderChanged void
OnUnitsOnOrderChanging void

Public Methods

Method Description
CreateAlphabetical_list_of_products ( global productID, global productName, global discontinued, global categoryName ) : Alphabetical_list_of_products

Create a new Alphabetical_list_of_products object.

Private Methods

Method Description
OnCategoryIDChanged ( ) : void
OnCategoryIDChanging ( Nullable value ) : void
OnCategoryNameChanged ( ) : void
OnCategoryNameChanging ( global value ) : void
OnDiscontinuedChanged ( ) : void
OnDiscontinuedChanging ( global value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( global value ) : void
OnProductNameChanged ( ) : void
OnProductNameChanging ( global value ) : void
OnQuantityPerUnitChanged ( ) : void
OnQuantityPerUnitChanging ( global value ) : void
OnReorderLevelChanged ( ) : void
OnReorderLevelChanging ( Nullable value ) : void
OnSupplierIDChanged ( ) : void
OnSupplierIDChanging ( Nullable value ) : void
OnUnitPriceChanged ( ) : void
OnUnitPriceChanging ( Nullable value ) : void
OnUnitsInStockChanged ( ) : void
OnUnitsInStockChanging ( Nullable value ) : void
OnUnitsOnOrderChanged ( ) : void
OnUnitsOnOrderChanging ( Nullable value ) : void

Method Details

CreateAlphabetical_list_of_products() public static method

Create a new Alphabetical_list_of_products object.
public static CreateAlphabetical_list_of_products ( global productID, global productName, global discontinued, global categoryName ) : Alphabetical_list_of_products
productID global Initial value of the ProductID property.
productName global Initial value of the ProductName property.
discontinued global Initial value of the Discontinued property.
categoryName global Initial value of the CategoryName property.
return Alphabetical_list_of_products