C# Class Zetbox.API.Server.BaseServerCompoundObject

local proxy
Inheritance: BaseCompoundObject
显示文件 Open project: daszat/zetbox

Protected Methods

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

Method Details

BaseServerCompoundObject() protected method

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