summaryT:DotNetNuke.Modules.Taxonomy.Presenters.CreateVocabularyPresenter

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

Syntax

C#
public class CreateVocabularyPresenter : ModulePresenter<ICreateVocabularyView, CreateVocabularyModel>
Visual Basic
Public Class CreateVocabularyPresenter
	Inherits ModulePresenter(Of ICreateVocabularyView, CreateVocabularyModel)

Inheritance Hierarchy

System..::..Object
  Presenter<(Of <(<'ICreateVocabularyView>)>)>
    DotNetNuke.Web.Mvp..::..ModulePresenterBase<(Of <(<'ICreateVocabularyView>)>)>
      DotNetNuke.Web.Mvp..::..ModulePresenter<(Of <(<'ICreateVocabularyView, CreateVocabularyModel>)>)>
        DotNetNuke.Modules.Taxonomy.Presenters..::..CreateVocabularyPresenter

See Also