C# Class Southwind.Load.CustomerDemographic

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: signumsoftware/southwind Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnCustomerDescChanged void
OnCustomerDescChanging void
OnCustomerTypeIDChanged void
OnCustomerTypeIDChanging void
OnLoaded void
OnValidate void
attach_CustomerCustomerDemos void
detach_CustomerCustomerDemos void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnCustomerDescChanged ( ) : void
OnCustomerDescChanging ( string value ) : void
OnCustomerTypeIDChanged ( ) : void
OnCustomerTypeIDChanging ( string value ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
attach_CustomerCustomerDemos ( CustomerCustomerDemo entity ) : void
detach_CustomerCustomerDemos ( CustomerCustomerDemo entity ) : void

Method Details

CustomerDemographic() public méthode

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