C# Class ModernApp4Me.WP8.Cache.M4MDbPersistence

A class base that should be extended in order to implement a persistant model which can be store into a SQL Server Compact Edition database.
Inheritance: INotifyPropertyChanged, INotifyPropertyChanging
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode Description
OnPropertyChanged ( string propertyName ) : void
OnPropertyChanging ( string propertyName ) : void

Method Details

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

OnPropertyChanging() public méthode

public OnPropertyChanging ( string propertyName ) : void
propertyName string
Résultat void