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
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
ReportEfPropertyChanged ( string efProperty ) : void
ReportEfPropertyChanging ( string efProperty ) : void

Protected Methods

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

protected BaseServerCompoundObject_EntityFramework ( Func lazyCtx ) : System
lazyCtx Func
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
return void

OnPropertyChanging() protected method

protected OnPropertyChanging ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
return void

ReportEfPropertyChanged() public method

public ReportEfPropertyChanged ( string efProperty ) : void
efProperty string
return void

ReportEfPropertyChanging() public method

public ReportEfPropertyChanging ( string efProperty ) : void
efProperty string
return void