C# Class Zetbox.DalProvider.Base.CompoundObjectDefaultImpl

local proxy
Inheritance: BaseCompoundObject
Mostra file Open project: daszat/zetbox

Protected Methods

Method Description
CompoundObjectDefaultImpl ( Func lazyCtx ) : System
OnPropertyChanged ( string property, object oldValue, object newValue ) : void
OnPropertyChanging ( string property, object oldValue, object newValue ) : void

Method Details

CompoundObjectDefaultImpl() protected method

protected CompoundObjectDefaultImpl ( 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