C# Class Southwind.Load.Order_Detail

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exibir arquivo Open project: signumsoftware/southwind 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
Order_Detail ( ) : 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

Order_Detail() public method

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