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
Mostra file Open project: subsonic/SubSonic-3.0-Templates

Public Methods

Method Description
Customer ( ) : System

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method 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 method

public Customer ( ) : System
return System

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void