C# Class NLite.Data.Test.LinqToSql.Region

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
ファイルを表示 Open project: netcasewqs/elinq Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnRegionDescriptionChanged void
OnRegionDescriptionChanging void
OnRegionIDChanged void
OnRegionIDChanging void
OnValidate void
attach_Territories void
detach_Territories void

Public Methods

Method Description
Region ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnRegionDescriptionChanged ( ) : void
OnRegionDescriptionChanging ( string value ) : void
OnRegionIDChanged ( ) : void
OnRegionIDChanging ( int value ) : void
OnValidate ( System action ) : void
attach_Territories ( Territories entity ) : void
detach_Territories ( Territories entity ) : void

Method Details

Region() public method

public Region ( ) : System.Data.Linq
return System.Data.Linq

SendPropertyChanged() protected method

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

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void