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

Constructors

  NameDescription
Protected methodModulePresenter<(Of <(<'TView>)>)>
DotNetNuke.Web.Mvp.ModulePresenter`1

Methods

  NameDescription
Protected methodCheckAuthPolicy (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
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 (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodLocalizeString (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnInit (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodOnLoad (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodOnNoCurrentUser (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodOnUnauthorizedUser (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodProcessModuleLoadException (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodRedirectToAccessDenied (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodRedirectToCurrentPage (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodRedirectToLogin (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public methodReleaseView Obsolete. (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public methodRestoreState (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public methodSaveState (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodShowMessage(String, ModuleMessage..::..ModuleMessageType) (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodShowMessage(String, ModuleMessage..::..ModuleMessageType, Boolean) (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodShowMessage(String, String, ModuleMessage..::..ModuleMessageType) (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected methodShowMessage(String, String, ModuleMessage..::..ModuleMessageType, Boolean) (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
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 (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyAsyncManager (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyAutoDataBind (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyCache (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyHttpContext (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyIsEditable (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyIsPostBack (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyIsSuperUser (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Protected propertyIsUserAuthorized (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyLocalResourceFile (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyMessages (Inherited from Presenter<(Of <(<'TView>)>)>.)
Public propertyModuleContext (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyModuleId (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyModuleInfo (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyPortalId (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
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 (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyTabId (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyUserId (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyValidator (Inherited from ModulePresenterBase<(Of <(<'TView>)>)>.)
Public propertyView (Inherited from Presenter<(Of <(<'TView>)>)>.)

See Also