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

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: netcasewqs/elinq Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Categories ( ) : System.Data.Linq

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public Categories ( ) : System.Data.Linq
Résultat System.Data.Linq

SendPropertyChanged() protected méthode

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

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void