Class MatchingPairList
- Namespace
- InSite.Admin.Assessments.Questions.Controls
- Assembly
- InSite.UI.dll
public class MatchingPairList : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
MatchingPairList
- Implements
- Inherited Members
Constructors
MatchingPairList()
public MatchingPairList()
Fields
AddAnswerButton
AddAnswerButton control.
protected Button AddAnswerButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AnswerRepeater
AnswerRepeater control.
protected Repeater AnswerRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
AnswerItems
public List<MatchingPairList.AnswerItem> AnswerItems { get; }
Property Value
Methods
ClearItems()
public void ClearItems()
GetNewSequence()
public int GetNewSequence()
Returns
LoadData(MatchingList)
public void LoadData(MatchingList list)
Parameters
listMatchingList
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)
Parameters
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
Update(MatchingList)
public void Update(MatchingList list)
Parameters
listMatchingList
Events
Refreshed
public event EventHandler Refreshed