메소드 | 설명 | |
---|---|---|
ActionViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, IDataObject obj, Method m ) : System | ||
CanExecute ( object data ) : bool | ||
Execute ( ) : void |
Execute the modelled Method.
|
|
Execute ( System.Action callback ) : void |
Execute the modelled Method. The callback will be called back on the UI thread after the execution has finished.
|
메소드 | 설명 | |
---|---|---|
DoExecute ( object data ) : void |
메소드 | 설명 | |
---|---|---|
HandleResult ( object result, object callback ) : void | ||
MethodPropertyChanged ( object sender, |
public ActionViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, IDataObject obj, Method m ) : System | ||
appCtx | IViewModelDependencies | |
dataCtx | IZetboxContext | |
parent | Zetbox.Client.Presentables.ViewModel | |
obj | IDataObject | |
m | Method | |
리턴 | System |
public Execute ( System.Action callback ) : void | ||
callback | System.Action | A callback or null |
리턴 | void |