summaryT:DotNetNuke.Modules.Taxonomy.Presenters.EditVocabularyPresenter

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

Syntax

C#
public class EditVocabularyPresenter : ModulePresenter<IEditVocabularyView, EditVocabularyModel>
Visual Basic
Public Class EditVocabularyPresenter
	Inherits ModulePresenter(Of IEditVocabularyView, EditVocabularyModel)

Inheritance Hierarchy

System..::..Object
  Presenter<(Of <(<'IEditVocabularyView>)>)>
    DotNetNuke.Web.Mvp..::..ModulePresenterBase<(Of <(<'IEditVocabularyView>)>)>
      DotNetNuke.Web.Mvp..::..ModulePresenter<(Of <(<'IEditVocabularyView, EditVocabularyModel>)>)>
        DotNetNuke.Modules.Taxonomy.Presenters..::..EditVocabularyPresenter

See Also