AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

HierarchicalModelList Members

The HierarchicalModelList type exposes the following members.

Constructors


  Name Description
Public method HierarchicalModelList
Creates a new HierarchicalModelList populated with the elements from the specified collection of IHierarchyData nodes.

Methods


  Name Description
Public method GetHierarchyData
Extracts the IHierarchyData instance from an enumerated item. Called by data-bound controls during data binding as they iterate the list. Since each item in this list is already an IHierarchyData (specifically a HierarchyData<(Of <(<'T>)>)>), this performs a simple cast.