Table of Contents

Class WorkshopQuestionCommentRepeater

Namespace
InSite.Admin.Assessments.Questions.Controls
Assembly
InSite.UI.dll
public class WorkshopQuestionCommentRepeater : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
WorkshopQuestionCommentRepeater
Implements
Inherited Members

Constructors

WorkshopQuestionCommentRepeater()

public WorkshopQuestionCommentRepeater()

Fields

CandidateCommentaryLink control.

protected HtmlAnchor CandidateCommentaryLink

Field Value

HtmlAnchor

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

CommentRepeater

CommentRepeater control.

protected CommentRepeater CommentRepeater

Field Value

CommentRepeater

Remarks

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

CommonScript

CommonScript control.

protected PageFooterContent CommonScript

Field Value

PageFooterContent

Remarks

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

CommonStyle

CommonStyle control.

protected PageHeadContent CommonStyle

Field Value

PageHeadContent

Remarks

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

Properties

BankID

public Guid BankID { get; set; }

Property Value

Guid

InnerBankID

protected Guid? InnerBankID { get; set; }

Property Value

Guid?

Methods

LoadFormData(Guid, Question, ReturnUrl)

public void LoadFormData(Guid formId, Question question, ReturnUrl returnUrl)

Parameters

formId Guid
question Question
returnUrl ReturnUrl

LoadSpecificationData(Question, ReturnUrl)

public void LoadSpecificationData(Question question, ReturnUrl returnUrl)

Parameters

question Question
returnUrl ReturnUrl

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs