C# Class WestWind.EmployeeTerritory

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

Public Methods

Method Description
EmployeeTerritory ( ) : System

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnEmployeeIDChanged ( ) : void
OnEmployeeIDChanging ( int value ) : void
OnLoaded ( ) : void
OnTerritoryIDChanged ( ) : void
OnTerritoryIDChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

EmployeeTerritory() public method

public EmployeeTerritory ( ) : System
return System

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void