프로퍼티 | 타입 | 설명 | |
---|---|---|---|
isReadOnlyStore | bool |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | 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 | |
리턴 |