C# Class WijmoMVC.Models.Invoices

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

Private Properties

Property Type Description
OnAddressChanged void
OnAddressChanging void
OnCityChanged void
OnCityChanging void
OnCountryChanged void
OnCountryChanging void
OnCustomerIDChanged void
OnCustomerIDChanging void
OnCustomerNameChanged void
OnCustomerNameChanging void
OnDiscountChanged void
OnDiscountChanging void
OnExtendedPriceChanged void
OnExtendedPriceChanging void
OnFreightChanged void
OnFreightChanging void
OnOrderDateChanged void
OnOrderDateChanging void
OnOrderIDChanged void
OnOrderIDChanging void
OnPostalCodeChanged void
OnPostalCodeChanging void
OnProductIDChanged void
OnProductIDChanging void
OnProductNameChanged void
OnProductNameChanging void
OnQuantityChanged void
OnQuantityChanging void
OnRegionChanged void
OnRegionChanging void
OnRequiredDateChanged void
OnRequiredDateChanging void
OnSalespersonChanged void
OnSalespersonChanging void
OnShipAddressChanged void
OnShipAddressChanging void
OnShipCityChanged void
OnShipCityChanging void
OnShipCountryChanged void
OnShipCountryChanging void
OnShipNameChanged void
OnShipNameChanging void
OnShipPostalCodeChanged void
OnShipPostalCodeChanging void
OnShipRegionChanged void
OnShipRegionChanging void
OnShippedDateChanged void
OnShippedDateChanging void
OnShipperNameChanged void
OnShipperNameChanging void
OnUnitPriceChanged void
OnUnitPriceChanging void

Public Methods

Method Description
CreateInvoices ( global customerName, global salesperson, global orderID, global shipperName, global productID, global productName, global unitPrice, global quantity, global discount ) : Invoices

Create a new Invoices object.

Private Methods

Method Description
OnAddressChanged ( ) : void
OnAddressChanging ( global value ) : void
OnCityChanged ( ) : void
OnCityChanging ( global value ) : void
OnCountryChanged ( ) : void
OnCountryChanging ( global value ) : void
OnCustomerIDChanged ( ) : void
OnCustomerIDChanging ( global value ) : void
OnCustomerNameChanged ( ) : void
OnCustomerNameChanging ( global value ) : void
OnDiscountChanged ( ) : void
OnDiscountChanging ( global value ) : void
OnExtendedPriceChanged ( ) : void
OnExtendedPriceChanging ( Nullable value ) : void
OnFreightChanged ( ) : void
OnFreightChanging ( Nullable value ) : void
OnOrderDateChanged ( ) : void
OnOrderDateChanging ( Nullable value ) : void
OnOrderIDChanged ( ) : void
OnOrderIDChanging ( global value ) : void
OnPostalCodeChanged ( ) : void
OnPostalCodeChanging ( global value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( global value ) : void
OnProductNameChanged ( ) : void
OnProductNameChanging ( global value ) : void
OnQuantityChanged ( ) : void
OnQuantityChanging ( global value ) : void
OnRegionChanged ( ) : void
OnRegionChanging ( global value ) : void
OnRequiredDateChanged ( ) : void
OnRequiredDateChanging ( Nullable value ) : void
OnSalespersonChanged ( ) : void
OnSalespersonChanging ( global value ) : void
OnShipAddressChanged ( ) : void
OnShipAddressChanging ( global value ) : void
OnShipCityChanged ( ) : void
OnShipCityChanging ( global value ) : void
OnShipCountryChanged ( ) : void
OnShipCountryChanging ( global value ) : void
OnShipNameChanged ( ) : void
OnShipNameChanging ( global value ) : void
OnShipPostalCodeChanged ( ) : void
OnShipPostalCodeChanging ( global value ) : void
OnShipRegionChanged ( ) : void
OnShipRegionChanging ( global value ) : void
OnShippedDateChanged ( ) : void
OnShippedDateChanging ( Nullable value ) : void
OnShipperNameChanged ( ) : void
OnShipperNameChanging ( global value ) : void
OnUnitPriceChanged ( ) : void
OnUnitPriceChanging ( global value ) : void

Method Details

CreateInvoices() public static method

Create a new Invoices object.
public static CreateInvoices ( global customerName, global salesperson, global orderID, global shipperName, global productID, global productName, global unitPrice, global quantity, global discount ) : Invoices
customerName global Initial value of the CustomerName property.
salesperson global Initial value of the Salesperson property.
orderID global Initial value of the OrderID property.
shipperName global Initial value of the ShipperName property.
productID global Initial value of the ProductID property.
productName global Initial value of the ProductName property.
unitPrice global Initial value of the UnitPrice property.
quantity global Initial value of the Quantity property.
discount global Initial value of the Discount property.
return Invoices