C# 클래스 WestWind.Region

A class which represents the Region table in the Northwind Database. This class is queryable through NorthwindDB.Region
상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: subsonic/SubSonic-3.0-Templates

공개 메소드들

메소드 설명
Region ( ) : System

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
OnCreated ( ) : void
OnLoaded ( ) : void
OnRegionDescriptionChanged ( ) : void
OnRegionDescriptionChanging ( string value ) : void
OnRegionIDChanged ( ) : void
OnRegionIDChanging ( int value ) : void
OnValidate ( System action ) : void

메소드 상세

Region() 공개 메소드

public Region ( ) : System
리턴 System

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void