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
Afficher le fichier Open project: subsonic/SubSonic-3.0-Templates

Méthodes publiques

Méthode Description
Shipper ( ) : System

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

Shipper() public méthode

public Shipper ( ) : System
Résultat System