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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Datei anzeigen Open project: extnet/Ext.NET.Examples Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnDiscountChanged void
OnDiscountChanging void
OnLoaded void
OnOrderIDChanged void
OnOrderIDChanging void
OnProductIDChanged void
OnProductIDChanging void
OnQuantityChanged void
OnQuantityChanging void
OnUnitPriceChanged void
OnUnitPriceChanging void
OnValidate void

Public Methods

Method Description
OrderDetail ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnDiscountChanged ( ) : void
OnDiscountChanging ( float value ) : void
OnLoaded ( ) : void
OnOrderIDChanged ( ) : void
OnOrderIDChanging ( int value ) : void
OnProductIDChanged ( ) : void
OnProductIDChanging ( int value ) : void
OnQuantityChanged ( ) : void
OnQuantityChanging ( short value ) : void
OnUnitPriceChanged ( ) : void
OnUnitPriceChanging ( decimal value ) : void
OnValidate ( System action ) : void

Method Details

OrderDetail() public method

public OrderDetail ( ) : 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