C# Class WestWind.Shipper

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

Public Methods

Method Description
Shipper ( ) : System

Protected Methods

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

Private Methods

Method Description
OnCompanyNameChanged ( ) : void
OnCompanyNameChanging ( string value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnPhoneChanged ( ) : void
OnPhoneChanging ( string value ) : void
OnShipperIDChanged ( ) : void
OnShipperIDChanging ( int 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

Shipper() public method

public Shipper ( ) : System
return System