C# Class Southwind.Load.Order_Detail

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: signumsoftware/southwind Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Order_Detail ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public Order_Detail ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void