C# Class WestWind.Customer

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

Méthodes publiques

Méthode Description
Customer ( ) : 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
OnCustomerIDChanged ( ) : void
OnCustomerIDChanging ( string value ) : void
OnFaxChanged ( ) : void
OnFaxChanging ( string value ) : void
OnLoaded ( ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( string value ) : void
OnPostalCodeChanged ( ) : void
OnPostalCodeChanging ( string value ) : void
OnRegionChanged ( ) : void
OnRegionChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

Customer() public méthode

public Customer ( ) : System
Résultat System

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void