C# Class WestWind.Region

A class which represents the Region table in the Northwind Database. This class is queryable through NorthwindDB.Region
Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: subsonic/SubSonic-3.0-Templates

Méthodes publiques

Méthode Description
Region ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnRegionDescriptionChanged ( ) : void
OnRegionDescriptionChanging ( string value ) : void
OnRegionIDChanged ( ) : void
OnRegionIDChanging ( int value ) : void
OnValidate ( System action ) : void

Method Details

Region() public méthode

public Region ( ) : System
Résultat System

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void