Method | Description | |
---|---|---|
AddButton ( string label, string tooltip, object>.Action | ||
Cancel ( ) : void | ||
Invoke ( ) : void | ||
SetCancelCommandLabel ( string cancelLabel ) : void | ||
SetInvokeCommandLabel ( string acceptLabel ) : void | ||
ValueInputTaskViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, string name, IEnumerable |
Method | Description | |
---|---|---|
CreateCommands ( ) : ObservableCollection |
||
Dispose ( bool disposing ) : void | ||
OnClose ( ) : void |
Method | Description | |
---|---|---|
EnsureCancelCommand ( ) : void | ||
EnsureInvokeCommand ( ) : void | ||
ExtractValues ( ) : object>.Dictionary |
public AddButton ( string label, string tooltip, object>.Action |
||
label | string | |
tooltip | string | |
callback | object>.Action | |
return | void |
protected CreateCommands ( ) : ObservableCollection |
||
return | ObservableCollection |
public SetCancelCommandLabel ( string cancelLabel ) : void | ||
cancelLabel | string | |
return | void |
public SetInvokeCommandLabel ( string acceptLabel ) : void | ||
acceptLabel | string | |
return | void |
public ValueInputTaskViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, string name, IEnumerable |
||
appCtx | IViewModelDependencies | |
dataCtx | IZetboxContext | |
parent | Zetbox.Client.Presentables.ViewModel | |
name | string | |
items | IEnumerable |
|
valueModels | BaseValueViewModel>.IEnumerable | |
callback | object>.Action | |
return | System |