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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: netcasewqs/elinq Class Usage Examples

Private Properties

Property Type Description
OnCategoryIDChanged void
OnCategoryIDChanging void
OnCategoryNameChanged void
OnCategoryNameChanging void
OnCreated void
OnDescriptionChanged void
OnDescriptionChanging void
OnLoaded void
OnPictureChanged void
OnPictureChanging void
OnValidate void
attach_Products void
detach_Products void

Public Methods

Method Description
Categories ( ) : System.Data.Linq

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 ( System value ) : void
OnValidate ( System action ) : void
attach_Products ( Products entity ) : void
detach_Products ( Products entity ) : void

Method Details

Categories() public method

public Categories ( ) : 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