Click or drag to resize
Module Class
Represents the base class of all module extensions. Only hooks that relate to the module's item are available for implementation.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      ConnectedApps.Cms.Sdk.FrameworkModule

Namespace: ConnectedApps.Cms.Sdk.Framework
Assembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class Module : Controller

The Module type exposes the following members.

Constructors
  NameDescription
Protected methodModule
Initializes a new instance of the Module class
Top
Properties
  NameDescription
Public propertyActionInvoker (Inherited from Controller.)
Public propertyAssemblyId
Gets the unique identifier of the module's assembly.
Public propertyAsyncManager (Inherited from Controller.)
Protected propertyBinders (Inherited from Controller.)
Public propertyContext
Gets the context at runtime.
Public propertyControllerContext (Inherited from ControllerBase.)
Protected propertyDisableAsyncSupport (Inherited from Controller.)
Public propertyDraftItem
Gets the draft item for the module to render. Only available in Admin based view modes.
Public propertyHttpContext
Gets a HttpContextBase object.
Public propertyIsPostBack
Gets a value indicating the request is a post back.
Public propertyModelState (Inherited from Controller.)
Public propertyModuleId
Gets the unique identifier of the item's module.
Public propertyMultipleSiteModes
Gets a value indicating the account has multiple site modes.
Public propertyNewItemRequest
Gets the new item request.
Public propertyPostBackArgument
Gets a custom argument of the post back event, if any.
Public propertyPostBackEvent
Gets the event that triggered the post back, if any.
Public propertyProfile (Inherited from Controller.)
Public propertyPublishedItem
Gets the published item for the module to render. Only available in the WebView mode.
Public propertyRequest
Gets a HttpRequestBase object.
Public propertyResolver (Inherited from Controller.)
Public propertyResponse
Gets a HttpResponseBase object.
Public propertyRouteData (Inherited from Controller.)
Public propertyServer
Gets a HttpServerUtilityBase object.
Public propertySession
Gets a HttpSessionStateBase object.
Public propertySiteMode
Gets the mode of the site the request is processed on.
Public propertyTempData (Inherited from ControllerBase.)
Public propertyTempDataProvider (Inherited from Controller.)
Public propertyUrl (Inherited from Controller.)
Public propertyUser (Inherited from Controller.)
Public propertyValidateRequest (Inherited from ControllerBase.)
Public propertyValueProvider (Inherited from ControllerBase.)
Public propertyVerb
Gets the HTTP verb of the request.
Public propertyViewBag (Inherited from ControllerBase.)
Public propertyViewData (Inherited from ControllerBase.)
Public propertyViewEngineCollection (Inherited from Controller.)
Top
Methods
  NameDescription
Public methodActivated
Invoked when a module is activated.
Protected methodBeginExecute (Inherited from Controller.)
Protected methodBeginExecuteCore (Inherited from Controller.)
Protected methodContent(String) (Inherited from Controller.)
Protected methodContent(String, String) (Inherited from Controller.)
Protected methodContent(String, String, Encoding) (Inherited from Controller.)
Protected methodCreateActionInvoker (Inherited from Controller.)
Protected methodCreateTempDataProvider (Inherited from Controller.)
Public methodDispose (Inherited from Controller.)
Protected methodDispose(Boolean) (Inherited from Controller.)
Public methodDraftItemDeleted
Invoked when a draft item has been deleted.
Public methodDraftItemDeleting
Invoked when a draft item is deleting.
Public methodDraftItemPublished
Invoked when a draft item has been published.
Public methodDraftItemPublishing
Invoked when a draft item is publishing.
Protected methodEndExecute (Inherited from Controller.)
Protected methodEndExecuteCore (Inherited from Controller.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExecute (Inherited from ControllerBase.)
Protected methodExecuteCore (Inherited from Controller.)
Protected methodFile(Byte, String) (Inherited from Controller.)
Protected methodFile(Stream, String) (Inherited from Controller.)
Protected methodFile(String, String) (Inherited from Controller.)
Protected methodFile(Byte, String, String) (Inherited from Controller.)
Protected methodFile(Stream, String, String) (Inherited from Controller.)
Protected methodFile(String, String, String) (Inherited from Controller.)
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 the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleUnknownAction (Inherited from Controller.)
Protected methodHttpNotFound (Inherited from Controller.)
Protected methodHttpNotFound(String) (Inherited from Controller.)
Protected methodInitialize (Inherited from Controller.)
Protected methodJavaScript (Inherited from Controller.)
Protected methodJson(Object) (Inherited from Controller.)
Protected methodJson(Object, String) (Inherited from Controller.)
Protected methodJson(Object, JsonRequestBehavior) (Inherited from Controller.)
Protected methodJson(Object, String, Encoding) (Inherited from Controller.)
Protected methodJson(Object, String, JsonRequestBehavior) (Inherited from Controller.)
Protected methodJson(Object, String, Encoding, JsonRequestBehavior) (Inherited from Controller.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodModuleView(String)
Returns a rendered view model.
Protected methodModuleView(String, ViewFolderSource)
Returns a rendered view model.
Protected methodModuleView(String, Object)
Returns a rendered view model.
Protected methodModuleView(String, Object, ViewFolderSource)
Returns a rendered view model.
Protected methodModuleView(Guid, String, Object, ViewFolderSource)
Returns a rendered view model.
Protected methodOnActionExecuted (Inherited from Controller.)
Protected methodOnActionExecuting (Inherited from Controller.)
Protected methodOnAuthentication (Inherited from Controller.)
Protected methodOnAuthenticationChallenge (Inherited from Controller.)
Protected methodOnAuthorization (Inherited from Controller.)
Protected methodOnException (Inherited from Controller.)
Protected methodOnResultExecuted (Inherited from Controller.)
Protected methodOnResultExecuting (Inherited from Controller.)
Protected methodPartialView (Inherited from Controller.)
Protected methodPartialView(Object) (Inherited from Controller.)
Protected methodPartialView(String) (Inherited from Controller.)
Protected methodPartialView(String, Object) (Inherited from Controller.)
Protected methodRedirect (Inherited from Controller.)
Protected methodRedirectPermanent (Inherited from Controller.)
Protected methodRedirectToAction(String) (Inherited from Controller.)
Protected methodRedirectToAction(String, Object) (Inherited from Controller.)
Protected methodRedirectToAction(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToAction(String, String) (Inherited from Controller.)
Protected methodRedirectToAction(String, String, Object) (Inherited from Controller.)
Protected methodRedirectToAction(String, String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, Object) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, String) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, String, Object) (Inherited from Controller.)
Protected methodRedirectToActionPermanent(String, String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoute(Object) (Inherited from Controller.)
Protected methodRedirectToRoute(RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoute(String) (Inherited from Controller.)
Protected methodRedirectToRoute(String, Object) (Inherited from Controller.)
Protected methodRedirectToRoute(String, RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(Object) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(RouteValueDictionary) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(String) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(String, Object) (Inherited from Controller.)
Protected methodRedirectToRoutePermanent(String, RouteValueDictionary) (Inherited from Controller.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryUpdateModel``1(UMP) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, String, String) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, String, IValueProvider) (Inherited from Controller.)
Protected methodTryUpdateModel``1(UMP, String, String, String, IValueProvider) (Inherited from Controller.)
Protected methodTryValidateModel(Object) (Inherited from Controller.)
Protected methodTryValidateModel(Object, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, String, String) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, String, IValueProvider) (Inherited from Controller.)
Protected methodUpdateModel``1(UMP, String, String, String, IValueProvider) (Inherited from Controller.)
Protected methodValidateAll
Call validation on all modules associates with the request thread.
Protected methodValidateModel(Object) (Inherited from Controller.)
Protected methodValidateModel(Object, String) (Inherited from Controller.)
Protected methodView (Inherited from Controller.)
Protected methodView(Object) (Inherited from Controller.)
Protected methodView(String) (Inherited from Controller.)
Protected methodView(IView) (Inherited from Controller.)
Protected methodView(String, String) (Inherited from Controller.)
Protected methodView(String, Object) (Inherited from Controller.)
Protected methodView(IView, Object) (Inherited from Controller.)
Protected methodView(String, String, Object) (Inherited from Controller.)
Top
Events
  NameDescription
Public eventValidateRaised
An event subscription when a validation is called.
Top
See Also