Interface IFullModelPopulator
Provides a method to populate all children at all levels of a specified item. The implementation of this item is used internally by Colectica Designer.
Namespace: Algenta.Colectica.ViewModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public interface IFullModelPopulator
Methods
Populate(IVersionable, Node)
Populates all generations of the specified item's children.
Declaration
void Populate(IVersionable item, Node node)
Parameters
Type | Name | Description |
---|---|---|
IVersionable | item | The item for which children will be populated. |
Node | node | A Node providing navigation context. |