C# Class WestWind.Supplier

A class which represents the Suppliers table in the Northwind Database. This class is queryable through NorthwindDB.Supplier
Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: subsonic/SubSonic-3.0-Templates

Méthodes publiques

Méthode Description
Supplier ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
OnAddressChanged ( ) : void
OnAddressChanging ( string value ) : void
OnCityChanged ( ) : void
OnCityChanging ( string value ) : void
OnCompanyNameChanged ( ) : void
OnCompanyNameChanging ( string value ) : void
OnContactNameChanged ( ) : void
OnContactNameChanging ( string value ) : void
OnContactTitleChanged ( ) : void
OnContactTitleChanging ( string value ) : void
OnCountryChanged ( ) : void
OnCountryChanging ( string value ) : void
OnCreated ( ) : void
OnFaxChanged ( ) : void
OnFaxChanging ( string value ) : void
OnHomePageChanged ( ) : void
OnHomePageChanging ( string value ) : void
OnLoaded ( ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( string value ) : void
OnPostalCodeChanged ( ) : void
OnPostalCodeChanging ( string value ) : void
OnRegionChanged ( ) : void
OnRegionChanging ( string value ) : void
OnSupplierIDChanged ( ) : void
OnSupplierIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

Supplier() public méthode

public Supplier ( ) : System
Résultat System