C# Class Southwind.Load.CustomerDemographic

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Show file Open project: signumsoftware/southwind Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnCustomerDescChanged void
OnCustomerDescChanging void
OnCustomerTypeIDChanged void
OnCustomerTypeIDChanging void
OnLoaded void
OnValidate void
attach_CustomerCustomerDemos void
detach_CustomerCustomerDemos void

Public Methods

Method Description
CustomerDemographic ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method 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 method

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