Table of Contents

Class SubjectInputDetails

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

Constructors

SubjectInputDetails()

public SubjectInputDetails()

Fields

FormSelector

FormSelector control.

protected ComboBox FormSelector

Field Value

ComboBox

Remarks

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

QuestionSelector

QuestionSelector control.

protected FindEntity QuestionSelector

Field Value

FindEntity

Remarks

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

QuestionUpdatePanel

QuestionUpdatePanel control.

protected UpdatePanel QuestionUpdatePanel

Field Value

UpdatePanel

Remarks

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

SpecSelector

SpecSelector control.

protected ComboBox SpecSelector

Field Value

ComboBox

Remarks

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

Properties

FormIdentifier

public Guid? FormIdentifier { get; set; }

Property Value

Guid?

QuestionIdentifier

public Guid? QuestionIdentifier { get; set; }

Property Value

Guid?

SpecIdentifier

public Guid? SpecIdentifier { get; set; }

Property Value

Guid?

SubjectIdentifier

public Guid SubjectIdentifier { get; }

Property Value

Guid

SubjectType

public CommentType SubjectType { get; }

Property Value

CommentType

Methods

LoadData(BankState)

public void LoadData(BankState bank)

Parameters

bank BankState

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs