Метод | Описание | |
---|---|---|
Delete ( ) : void | ||
Delete ( |
||
Rename ( ) : void | ||
Rename ( |
||
Reset ( ) : void | ||
Save ( ) : void | ||
SaveAs ( ) : void | ||
SavedListConfiguratorViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, |
Метод | Описание | |
---|---|---|
CreateCommands ( ) : ObservableCollection |
||
ExtractConfigurationObject ( SavedListConfiguration config ) : Zetbox.API.Common.GUI.SavedListConfigurationList | ||
ExtractItem ( string name, Zetbox.API.Common.GUI.SavedListConfigurationList obj ) : Zetbox.API.Common.GUI.SavedListConfig | ||
ExtractUntypedValue ( object val ) : object | ||
OnGetColumnInformation ( ) : List |
||
RemoveViewModel ( string name ) : void | ||
ResolveUntypedValue ( object val, IValueModel mdl ) : object | ||
UpdateViewModel ( string name, Zetbox.API.Common.GUI.SavedListConfig item ) : void |
Метод | Описание | |
---|---|---|
EnsureConfigsTask ( ) : PropertyTask |
||
GetSavedConfig ( IZetboxContext ctx ) : SavedListConfiguration | ||
Load ( ) : void | ||
Save ( string name ) : void |
protected CreateCommands ( ) : ObservableCollection |
||
Результат | ObservableCollection |
public Delete ( |
||
itemToDelete | ||
Результат | void |
protected ExtractConfigurationObject ( SavedListConfiguration config ) : Zetbox.API.Common.GUI.SavedListConfigurationList | ||
config | SavedListConfiguration | |
Результат | Zetbox.API.Common.GUI.SavedListConfigurationList |
protected ExtractItem ( string name, Zetbox.API.Common.GUI.SavedListConfigurationList obj ) : Zetbox.API.Common.GUI.SavedListConfig | ||
name | string | |
obj | Zetbox.API.Common.GUI.SavedListConfigurationList | |
Результат | Zetbox.API.Common.GUI.SavedListConfig |
protected ExtractUntypedValue ( object val ) : object | ||
val | object | |
Результат | object |
protected OnGetColumnInformation ( ) : List |
||
Результат | List |
protected RemoveViewModel ( string name ) : void | ||
name | string | |
Результат | void |
public Rename ( |
||
itemToRename | ||
Результат | void |
protected ResolveUntypedValue ( object val, IValueModel mdl ) : object | ||
val | object | |
mdl | IValueModel | |
Результат | object |
public SavedListConfiguratorViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, |
||
appCtx | IViewModelDependencies | |
dataCtx | IZetboxContext | |
parent | ||
Результат | System |
protected UpdateViewModel ( string name, Zetbox.API.Common.GUI.SavedListConfig item ) : void | ||
name | string | |
item | Zetbox.API.Common.GUI.SavedListConfig | |
Результат | void |