Table of Contents

Class ReviewDetails

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

Constructors

ReviewDetails()

public ReviewDetails()

Fields

BarChartCardBody

BarChartCardBody control.

protected HtmlGenericControl BarChartCardBody

Field Value

HtmlGenericControl

Remarks

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

BarChartPanel

BarChartPanel control.

protected HtmlGenericControl BarChartPanel

Field Value

HtmlGenericControl

Remarks

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

CardRepeater

CardRepeater control.

protected Repeater CardRepeater

Field Value

Repeater

Remarks

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

Chart

Chart control.

protected Literal Chart

Field Value

Literal

Remarks

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

ChartLegend

ChartLegend control.

protected Repeater ChartLegend

Field Value

Repeater

Remarks

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

CommonStyle

CommonStyle control.

protected PageFooterContent CommonStyle

Field Value

PageFooterContent

Remarks

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

CompletedInstructionsLiteral

CompletedInstructionsLiteral control.

protected Literal CompletedInstructionsLiteral

Field Value

Literal

Remarks

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

CompletedInstructionsPanel

CompletedInstructionsPanel control.

protected HtmlGenericControl CompletedInstructionsPanel

Field Value

HtmlGenericControl

Remarks

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

Methods

GetLikertScale(SurveyQuestion, IEnumerable<QResponseOption>, IEnumerable<QResponseOption>, LikertAnalysisType)

public static ReviewDetails.LikertScaleInfo GetLikertScale(SurveyQuestion question, IEnumerable<QResponseOption> options, IEnumerable<QResponseOption> allOptions, ReviewDetails.LikertAnalysisType likertType)

Parameters

question SurveyQuestion
options IEnumerable<QResponseOption>
allOptions IEnumerable<QResponseOption>
likertType ReviewDetails.LikertAnalysisType

Returns

ReviewDetails.LikertScaleInfo

GetLikertType(string)

public static ReviewDetails.LikertAnalysisType GetLikertType(string value)

Parameters

value string

Returns

ReviewDetails.LikertAnalysisType
protected string GetUploadLinks()

Returns

string

HasComment()

protected bool HasComment()

Returns

bool

HasResponse()

protected bool HasResponse()

Returns

bool

HasUpload()

protected bool HasUpload()

Returns

bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs