summaryT:DotNetNuke.Modules.Taxonomy.Views.VocabularyList

Namespace: DotNetNuke.Modules.Taxonomy.Views
Assembly: DotNetNuke.Modules.Taxonomy (in DotNetNuke.Modules.Taxonomy.dll)

Syntax

C#
[PresenterBindingAttribute(typeof(VocabularyListPresenter))]
public class VocabularyList : ModuleView<VocabularyListModel>, 
	IVocabularyListView, IModuleView<VocabularyListModel>, IModuleViewBase, IView, 
	IView<VocabularyListModel>
Visual Basic
<PresenterBindingAttribute(GetType(VocabularyListPresenter))> 
Public Class VocabularyList
	Inherits ModuleView(Of VocabularyListModel)
	Implements IVocabularyListView, IModuleView(Of VocabularyListModel), 
	IModuleViewBase, IView, IView(Of VocabularyListModel)

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.UI.Modules..::..ModuleUserControlBase
          DotNetNuke.Web.Mvp..::..ModuleViewBase
            DotNetNuke.Web.Mvp..::..ModuleView<(Of <(<'VocabularyListModel>)>)>
              DotNetNuke.Modules.Taxonomy.Views..::..VocabularyList

See Also