The ModulePresenterBase<(Of <(<'TView>)>)> type exposes the following members.

Constructors

  NameDescription
Protected methodModulePresenterBase<(Of <(<'TView>)>)>
DotNetNuke.Web.Mvp.ModulePresenterBase`1

Methods

  NameDescription
Protected methodCheckAuthPolicy
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLoadFromContext
Protected methodLocalizeString
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnInit
Protected methodOnLoad
Protected methodOnNoCurrentUser
Protected methodOnUnauthorizedUser
Protected methodProcessModuleLoadException
Protected methodRedirectToAccessDenied
Protected methodRedirectToCurrentPage
Protected methodRedirectToLogin
Public methodReleaseView Obsolete. (Overrides PresenterReleaseView()()()().)
Public methodRestoreState
Public methodSaveState
Protected methodShowMessage(String, ModuleMessage..::..ModuleMessageType)
Protected methodShowMessage(String, ModuleMessage..::..ModuleMessageType, Boolean)
Protected methodShowMessage(String, String, ModuleMessage..::..ModuleMessageType)
Protected methodShowMessage(String, String, ModuleMessage..::..ModuleMessageType, Boolean)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

Properties

  NameDescription
Protected propertyAllowAnonymousAccess
Public propertyAsyncManager (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyAutoDataBind
Public propertyCache (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyHttpContext (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyIsEditable
Public propertyIsPostBack
Public propertyIsSuperUser
Protected propertyIsUserAuthorized
Public propertyLocalResourceFile
Public propertyMessages (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyModuleContext
Public propertyModuleId
Public propertyModuleInfo
Public propertyPortalId
Public propertyRequest (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyResponse (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyRouteData (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyServer (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertySettings
Public propertyTabId
Public propertyUserId
Public propertyValidator
Public propertyView (Inherited from Presenter<(Of <(<'TView>)>)>.)

See Also