summaryT:DotNetNuke.Modules.Taxonomy.Presenters.VocabularyListPresenter

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

Syntax

C#
public class VocabularyListPresenter : ModulePresenter<IVocabularyListView, VocabularyListModel>
Visual Basic
Public Class VocabularyListPresenter
	Inherits ModulePresenter(Of IVocabularyListView, VocabularyListModel)

Inheritance Hierarchy

System..::..Object
  Presenter<(Of <(<'IVocabularyListView>)>)>
    DotNetNuke.Web.Mvp..::..ModulePresenterBase<(Of <(<'IVocabularyListView>)>)>
      DotNetNuke.Web.Mvp..::..ModulePresenter<(Of <(<'IVocabularyListView, VocabularyListModel>)>)>
        DotNetNuke.Modules.Taxonomy.Presenters..::..VocabularyListPresenter

See Also