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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: extnet/Ext.NET.Examples Class Usage Examples

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

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