C# Class WestWind.CustomerDemographic

A class which represents the CustomerDemographics table in the Northwind Database. This class is queryable through NorthwindDB.CustomerDemographic
Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Exibir arquivo Open project: subsonic/SubSonic-3.0-Templates

Public Methods

Method Description
CustomerDemographic ( ) : System

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnCustomerDescChanged ( ) : void
OnCustomerDescChanging ( string value ) : void
OnCustomerTypeIDChanged ( ) : void
OnCustomerTypeIDChanging ( string value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void

Method Details

CustomerDemographic() public method

public CustomerDemographic ( ) : System
return System

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void