Table of Contents

Class FormDebugInfo

Namespace
InSite.UI.Portal.Workflow.Forms.Controls
Assembly
InSite.UI.dll
public class FormDebugInfo : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
FormDebugInfo
Implements
Inherited Members

Constructors

FormDebugInfo()

public FormDebugInfo()

Fields

LastQuestion

LastQuestion control.

protected Literal LastQuestion

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

PageNumber

public int PageNumber { get; set; }

Property Value

int

Respondent

public User Respondent { get; set; }

Property Value

User

ResponseSession

public QResponseSession ResponseSession { get; set; }

Property Value

QResponseSession

ResponseSessions

public ISurveyResponse[] ResponseSessions { get; set; }

Property Value

ISurveyResponse[]

Survey

public SurveyForm Survey { get; set; }

Property Value

SurveyForm

Methods

Bind(SurveyForm, User, QResponseSession, ISurveyResponse[], int)

public void Bind(SurveyForm form, User respondent, QResponseSession session, ISurveyResponse[] sessions, int page)

Parameters

form SurveyForm
respondent User
session QResponseSession
sessions ISurveyResponse[]
page int

GetRespondentLabels()

protected string GetRespondentLabels()

Returns

string

LocalizeTime(object)

protected string LocalizeTime(object time)

Parameters

time object

Returns

string