Class ObjectViewModelHierarchy
Wraps a root object as the top of an ObjectViewModel tree, exposing the
first generation of nodes for binding to a tree view.
Inheritance
ObjectViewModelHierarchy
Assembly: Reportman.Drawing.dll
Syntax
public class ObjectViewModelHierarchy
Constructors
View Source
ObjectViewModelHierarchy(object)
Declaration
public ObjectViewModelHierarchy(object rootObject)
Parameters
| Type |
Name |
Description |
| object |
rootObject |
|
Properties
View Source
FirstGeneration
Declaration
public ReadOnlyCollection<ObjectViewModel> FirstGeneration { get; }
Property Value