Property | Type | Description | |
---|---|---|---|
OnCategoryNameChanged | void | ||
OnCategoryNameChanging | void | ||
OnDiscontinuedChanged | void | ||
OnDiscontinuedChanging | void | ||
OnProductNameChanged | void | ||
OnProductNameChanging | void | ||
OnQuantityPerUnitChanged | void | ||
OnQuantityPerUnitChanging | void | ||
OnUnitsInStockChanged | void | ||
OnUnitsInStockChanging | void |
Method | Description | |
---|---|---|
CreateProducts_by_Category ( global categoryName, global productName, global discontinued ) : |
Create a new Products_by_Category object.
|
Method | Description | |
---|---|---|
OnCategoryNameChanged ( ) : void | ||
OnCategoryNameChanging ( global value ) : void | ||
OnDiscontinuedChanged ( ) : void | ||
OnDiscontinuedChanging ( global value ) : void | ||
OnProductNameChanged ( ) : void | ||
OnProductNameChanging ( global value ) : void | ||
OnQuantityPerUnitChanged ( ) : void | ||
OnQuantityPerUnitChanging ( global value ) : void | ||
OnUnitsInStockChanged ( ) : void | ||
OnUnitsInStockChanging ( Nullable |
public static CreateProducts_by_Category ( global categoryName, global productName, global discontinued ) : |
||
categoryName | global | Initial value of the CategoryName property. |
productName | global | Initial value of the ProductName property. |
discontinued | global | Initial value of the Discontinued property. |
return |