C# 클래스 Zetbox.DalProvider.Base.CompoundObjectDefaultImpl

local proxy
상속: BaseCompoundObject
파일 보기 프로젝트 열기: daszat/zetbox

보호된 메소드들

메소드 설명
CompoundObjectDefaultImpl ( Func lazyCtx ) : System
OnPropertyChanged ( string property, object oldValue, object newValue ) : void
OnPropertyChanging ( string property, object oldValue, object newValue ) : void

메소드 상세

CompoundObjectDefaultImpl() 보호된 메소드

protected CompoundObjectDefaultImpl ( Func lazyCtx ) : System
lazyCtx Func
리턴 System

OnPropertyChanged() 보호된 메소드

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

OnPropertyChanging() 보호된 메소드

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