C# Class Zetbox.DalProvider.Ef.BaseServerCompoundObject_EntityFramework

Implementing a change tracker is not required because CompoundObjects are attached to their parent objects. Every change will notify the parent also.
Inheritance: Zetbox.API.Server.BaseServerCompoundObject, IEntityFrameworkNotifyingObject
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
ReportEfPropertyChanged ( string efProperty ) : void
ReportEfPropertyChanging ( string efProperty ) : void

Méthodes protégées

Méthode Description
BaseServerCompoundObject_EntityFramework ( Func lazyCtx ) : System
OnPropertyChanged ( string property, object oldValue, object newValue ) : void
OnPropertyChanging ( string property, object oldValue, object newValue ) : void

Method Details

BaseServerCompoundObject_EntityFramework() protected méthode

protected BaseServerCompoundObject_EntityFramework ( Func lazyCtx ) : System
lazyCtx Func
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Résultat void

OnPropertyChanging() protected méthode

protected OnPropertyChanging ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Résultat void

ReportEfPropertyChanged() public méthode

public ReportEfPropertyChanged ( string efProperty ) : void
efProperty string
Résultat void

ReportEfPropertyChanging() public méthode

public ReportEfPropertyChanging ( string efProperty ) : void
efProperty string
Résultat void