Свойство | Type | Description | |
---|---|---|---|
isReadOnlyStore | bool |
Méthode | Description | |
---|---|---|
CompoundObjectViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, ICompoundObject obj ) : System | ||
Fetch ( IViewModelFactory f, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, ICompoundObject obj ) : |
||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
CreatePropertyGroups ( ) : List |
Creates the property groups list. Property groups are created based on the properties summary tags. Due to the fact, that properties can have more than one summary tag, properties may appear in more than one property group. Properties with no summary tags appears in the "Uncategorised" group. Note, that currently summary tags may not contain spaces as the space is defined as the seperator. You can override this method to add custom property groups. |
|
OnPropertyModelsByNameCreated ( ) : void |
Called after the PropertyModelsByName dictionary has been created.
|
|
OnPropertyModelsCreated ( ) : void |
Called after the PropertyModels list has been created.
|
Méthode | Description | |
---|---|---|
FetchPropertyList ( ) : void | ||
FetchPropertyModels ( ) : void | ||
GetCategorySortKey ( string cat ) : string | ||
ObjectPropertyChanged ( object sender, |
public CompoundObjectViewModel ( IViewModelDependencies appCtx, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, ICompoundObject obj ) : System | ||
appCtx | IViewModelDependencies | |
dataCtx | IZetboxContext | |
parent | Zetbox.Client.Presentables.ViewModel | |
obj | ICompoundObject | |
Résultat | System |
public static Fetch ( IViewModelFactory f, IZetboxContext dataCtx, Zetbox.Client.Presentables.ViewModel parent, ICompoundObject obj ) : |
||
f | IViewModelFactory | |
dataCtx | IZetboxContext | |
parent | Zetbox.Client.Presentables.ViewModel | |
obj | ICompoundObject | |
Résultat |
protected OnPropertyModelsByNameCreated ( ) : void | ||
Résultat | void |
protected OnPropertyModelsCreated ( ) : void | ||
Résultat | void |