C# Class Demo.Customer

Inheritance: Demo.BusinessObjectBase
Datei anzeigen Open project: scottksmith95/LINQKit Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnNameChanged void
OnNameChanging void
OnValidate void
attach_Purchases void
detach_Purchases void

Public Methods

Method Description
Customer ( ) : System.Data.Linq

Protected Methods

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

Private Methods

Method Description
OnCreated ( ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnNameChanged ( ) : void
OnNameChanging ( string value ) : void
OnValidate ( System action ) : void
attach_Purchases ( Purchase entity ) : void
detach_Purchases ( Purchase entity ) : void

Method Details

Customer() public method

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