C# Class Ext.Net.Examples.Northwind.Product

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Mostrar archivo Open project: extnet/Ext.NET.Examples Class Usage Examples

Private Properties

Property Type Description
OnCategoryIDChanged void
OnCategoryIDChanging void
OnCreated void
OnDiscontinuedChanged void
OnDiscontinuedChanging void
OnLoaded 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
OnValidate void
attach_OrderDetails void
detach_OrderDetails void

Public Methods

Method Description
Product ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnCategoryIDChanged ( ) : void
OnCategoryIDChanging ( System value ) : void
OnCreated ( ) : void
OnDiscontinuedChanged ( ) : void
OnDiscontinuedChanging ( bool value ) : void
OnLoaded ( ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( int value ) : void
OnProductNameChanged ( ) : void
OnProductNameChanging ( string value ) : void
OnQuantityPerUnitChanged ( ) : void
OnQuantityPerUnitChanging ( string value ) : void
OnReorderLevelChanged ( ) : void
OnReorderLevelChanging ( System value ) : void
OnSupplierIDChanged ( ) : void
OnSupplierIDChanging ( System value ) : void
OnUnitPriceChanged ( ) : void
OnUnitPriceChanging ( System value ) : void
OnUnitsInStockChanged ( ) : void
OnUnitsInStockChanging ( System value ) : void
OnUnitsOnOrderChanged ( ) : void
OnUnitsOnOrderChanging ( System value ) : void
OnValidate ( System action ) : void
attach_OrderDetails ( OrderDetail entity ) : void
detach_OrderDetails ( OrderDetail entity ) : void

Method Details

Product() public method

public Product ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void