C# Class WestWind.Region

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

Public Methods

Method Description
Region ( ) : System

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnRegionDescriptionChanged ( ) : void
OnRegionDescriptionChanging ( string value ) : void
OnRegionIDChanged ( ) : void
OnRegionIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

Region() public method

public Region ( ) : System
return System

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void