C# 클래스 Engage.Dnn.Survey.ModuleBase

The base class for all module controls in this module
상속: Framework.ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Survey

보호된 메소드들

메소드 설명
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