C# Class Demo.Purchase

Inheritance: INotifyPropertyChanging, INotifyPropertyChanged
Afficher le fichier Open project: scottksmith95/LINQKit Class Usage Examples

Private Properties

Свойство Type Description
OnCreated void
OnCustomerIDChanged void
OnCustomerIDChanging void
OnDateChanged void
OnDateChanging void
OnDescriptionChanged void
OnDescriptionChanging void
OnIDChanged void
OnIDChanging void
OnLoaded void
OnPriceChanged void
OnPriceChanging void
OnValidate void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
OnCreated ( ) : void
OnCustomerIDChanged ( ) : void
OnCustomerIDChanging ( System value ) : void
OnDateChanged ( ) : void
OnDateChanging ( System value ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( string value ) : void
OnIDChanged ( ) : void
OnIDChanging ( int value ) : void
OnLoaded ( ) : void
OnPriceChanged ( ) : void
OnPriceChanging ( decimal value ) : void
OnValidate ( System action ) : void

Method Details

Purchase() public méthode

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