C# Class WestWind.Employee

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

Public Methods

Method Description
Employee ( ) : System

Protected Methods

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

Private Methods

Method Description
OnAddressChanged ( ) : void
OnAddressChanging ( string value ) : void
OnBirthDateChanged ( ) : void
OnBirthDateChanging ( System.DateTime value ) : void
OnCityChanged ( ) : void
OnCityChanging ( string value ) : void
OnCountryChanged ( ) : void
OnCountryChanging ( string value ) : void
OnCreated ( ) : void
OnEmployeeIDChanged ( ) : void
OnEmployeeIDChanging ( int value ) : void
OnExtensionChanged ( ) : void
OnExtensionChanging ( string value ) : void
OnFirstNameChanged ( ) : void
OnFirstNameChanging ( string value ) : void
OnHireDateChanged ( ) : void
OnHireDateChanging ( System.DateTime value ) : void
OnHomePhoneChanged ( ) : void
OnHomePhoneChanging ( string value ) : void
OnLastNameChanged ( ) : void
OnLastNameChanging ( string value ) : void
OnLoaded ( ) : void
OnNotesChanged ( ) : void
OnNotesChanging ( string value ) : void
OnPhotoChanged ( ) : void
OnPhotoChanging ( byte value ) : void
OnPhotoPathChanged ( ) : void
OnPhotoPathChanging ( string value ) : void
OnPostalCodeChanged ( ) : void
OnPostalCodeChanging ( string value ) : void
OnRegionChanged ( ) : void
OnRegionChanging ( string value ) : void
OnReportsToChanged ( ) : void
OnReportsToChanging ( int value ) : void
OnTitleChanged ( ) : void
OnTitleChanging ( string value ) : void
OnTitleOfCourtesyChanged ( ) : void
OnTitleOfCourtesyChanging ( string value ) : void
OnValidate ( System action ) : void

Method Details

Employee() public method

public Employee ( ) : System
return System

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void