Base class for template containers in the GuidedNavigation control.
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public class EndecaTemplateContainer<TDataItem> : WebControl, IDataItemContainer, INamingContainer |
| Visual Basic (Declaration) |
|---|
Public Class EndecaTemplateContainer(Of TDataItem) _ Inherits WebControl _ Implements IDataItemContainer, INamingContainer |
| Visual C++ |
|---|
generic<typename TDataItem> public ref class EndecaTemplateContainer : public WebControl, IDataItemContainer, INamingContainer |
Type Parameters
- TDataItem
- Type of data bound item associated with this container.
Inheritance Hierarchy
System..::.Object
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
Endeca.Web.UI.WebControls..::.EndecaTemplateContainer<(Of <(TDataItem>)>)
Endeca.Web.UI.WebControls..::.DimensionValueTemplateContainer
Endeca.Web.UI.WebControls..::.GuidedNavigationDimensionStateGroupItem
Endeca.Web.UI.WebControls..::.GuidedNavigationDimensionStateItem
System.Web.UI..::.Control
System.Web.UI.WebControls..::.WebControl
Endeca.Web.UI.WebControls..::.EndecaTemplateContainer<(Of <(TDataItem>)>)
Endeca.Web.UI.WebControls..::.DimensionValueTemplateContainer
Endeca.Web.UI.WebControls..::.GuidedNavigationDimensionStateGroupItem
Endeca.Web.UI.WebControls..::.GuidedNavigationDimensionStateItem