C# Class WestWind.Territory

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

Public Methods

Method Description
Territory ( ) : System

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnRegionIDChanged ( ) : void
OnRegionIDChanging ( int value ) : void
OnTerritoryDescriptionChanged ( ) : void
OnTerritoryDescriptionChanging ( string value ) : void
OnTerritoryIDChanged ( ) : void
OnTerritoryIDChanging ( string 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

Territory() public method

public Territory ( ) : System
return System