summaryT:DotNetNuke.Modules.Taxonomy.Views.EditVocabulary

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

Syntax

C#
[PresenterBindingAttribute(typeof(EditVocabularyPresenter))]
public class EditVocabulary : ModuleView<EditVocabularyModel>, 
	IEditVocabularyView, IModuleView<EditVocabularyModel>, IModuleViewBase, IView, 
	IView<EditVocabularyModel>
Visual Basic
<PresenterBindingAttribute(GetType(EditVocabularyPresenter))> 
Public Class EditVocabulary
	Inherits ModuleView(Of EditVocabularyModel)
	Implements IEditVocabularyView, IModuleView(Of EditVocabularyModel), 
	IModuleViewBase, IView, IView(Of EditVocabularyModel)

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 <(<'EditVocabularyModel>)>)>
              DotNetNuke.Modules.Taxonomy.Views..::..EditVocabulary

See Also