C# Class ModelBase, UnityFramework

Show file Open project: meta-42/uEasyKit Class Usage Examples

Public Methods

Method Description
Destroy ( ) : void

Protected Methods

Method Description
DispatchValueUpdateEvent ( ValueUpdateEventArgs, args ) : void
DispatchValueUpdateEvent ( string key, object oldValue, object newValue ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

DispatchValueUpdateEvent() protected method

protected DispatchValueUpdateEvent ( ValueUpdateEventArgs, args ) : void
args ValueUpdateEventArgs,
return void

DispatchValueUpdateEvent() protected method

protected DispatchValueUpdateEvent ( string key, object oldValue, object newValue ) : void
key string
oldValue object
newValue object
return void