C# 클래스 Zetbox.API.Server.BaseServerCompoundObject

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

보호된 메소드들

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

메소드 상세

BaseServerCompoundObject() 보호된 메소드

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