C# Class Engage.Dnn.Survey.ModuleBase

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

Méthodes protégées

Méthode 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 méthode

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.
Résultat string

BuildLinkUrl() protected méthode

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.
Résultat string