C# Class WestWind.Category

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

Public Methods

Method Description
Category ( ) : System

Protected Methods

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

Private Methods

Method Description
OnCategoryIDChanged ( ) : void
OnCategoryIDChanging ( int value ) : void
OnCategoryNameChanged ( ) : void
OnCategoryNameChanging ( string value ) : void
OnCreated ( ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnLoaded ( ) : void
OnPictureChanged ( ) : void
OnPictureChanging ( byte value ) : void
OnValidate ( System action ) : void

Method Details

Category() public method

public Category ( ) : System
return System

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void