C# Class WijmoMVC.Models.Products

Inheritance: System.Data.Objects.DataClasses.EntityObject
ファイルを表示 Open project: banzor/WijmoMVC Class Usage Examples

Private Properties

Property Type Description
OnCategoryIDChanged void
OnCategoryIDChanging 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
CreateProducts ( global productID, global productName, global discontinued ) : Products

Create a new Products object.

Private Methods

Method Description
OnCategoryIDChanged ( ) : void
OnCategoryIDChanging ( Nullable 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

CreateProducts() public static method

Create a new Products object.
public static CreateProducts ( global productID, global productName, global discontinued ) : 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.
return Products