DotNetNuke.Modules.Taxonomy.Presenters.VocabularyListPresenter

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

Syntax

C#
public VocabularyListPresenter(
	IVocabularyListView listView,
	IVocabularyController vocabularyController
)
Visual Basic
Public Sub New ( 
	listView As IVocabularyListView,
	vocabularyController As IVocabularyController
)

Parameters

listView
Type: DotNetNuke.Modules.Taxonomy.Views..::..IVocabularyListView
paramlistViewM:DotNetNuke.Modules.Taxonomy.Presenters.VocabularyListPresenter.#ctor(DotNetNuke.Modules.Taxonomy.Views.IVocabularyListView,DotNetNuke.Entities.Content.Taxonomy.IVocabularyController)
vocabularyController
Type: DotNetNuke.Entities.Content.Taxonomy..::..IVocabularyController
paramvocabularyControllerM:DotNetNuke.Modules.Taxonomy.Presenters.VocabularyListPresenter.#ctor(DotNetNuke.Modules.Taxonomy.Views.IVocabularyListView,DotNetNuke.Entities.Content.Taxonomy.IVocabularyController)

See Also