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

Public Methods

Method Description
Supplier ( ) : 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
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 method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Supplier() public method

public Supplier ( ) : System
return System