C# Class Zetbox.DalProvider.Base.CompoundObjectDefaultImpl

local proxy
Inheritance: BaseCompoundObject
Afficher le fichier Open project: daszat/zetbox

Méthodes protégées

Méthode 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 méthode

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