C# Class Engage.Dnn.Survey.ModuleBase

The base class for all module controls in this module
Inheritance: Framework.ModuleBase
Mostrar archivo Open project: EngageSoftware/Engage-Survey

Protected Methods

Method Description
BuildLinkUrl ( int moduleId, ControlKey controlKey ) : string

Builds a URL for this ModuleId, loading the given ControlKey.

BuildLinkUrl ( int tabId, int moduleId, ControlKey controlKey ) : string

Builds a URL for the given tabId, using the given queryString parameters.

Method Details

BuildLinkUrl() protected method

Builds a URL for this ModuleId, loading the given ControlKey.
protected BuildLinkUrl ( int moduleId, ControlKey controlKey ) : string
moduleId int The module id of the module for which the control key is being used.
controlKey ControlKey The control key to determine which control to load.
return string

BuildLinkUrl() protected method

Builds a URL for the given tabId, using the given queryString parameters.
protected BuildLinkUrl ( int tabId, int moduleId, ControlKey controlKey ) : string
tabId int The tab id of the page to navigate to.
moduleId int The module id of the module for which the control key is being used.
controlKey ControlKey The control key to determine which control to load.
return string