Click or drag to resize
Askia

IControlRenderForQuestion Method

Renders the control for a given question of a given survey interview

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IControlRender RenderForQuestion(
	ISurvey survey,
	IInterview interview,
	string question,
	string ouptutId,
	IDictionary<string, string> properties
)

Parameters

survey
Type: AskiaCoreISurvey
Survey for which the control will be rendered
interview
Type: AskiaCoreIInterview
Interview for which the control will be rendered
question
Type: SystemString
Question for which the control will be rendered
ouptutId
Type: SystemString
Id of the output to render for the control
properties
Type: System.Collections.GenericIDictionaryString, String
Collection of properties used to render the control

Return Value

Type: IControlRender
Return the rendered control
See Also