C# Класс Engage.Dnn.Survey.ModuleBase

The base class for all module controls in this module
Наследование: Framework.ModuleBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

BuildLinkUrl() защищенный Метод

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.
Результат string

BuildLinkUrl() защищенный Метод

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.
Результат string