Class ViewComposed
public class ViewComposed : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
ViewComposed
- Implements
- Inherited Members
Constructors
ViewComposed()
public ViewComposed()
Fields
QuestionRepeater
QuestionRepeater control.
protected Repeater QuestionRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
AnswerTemplate
[TemplateContainer(typeof(ViewComposed.AnswerContainer))]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ITemplate AnswerTemplate { get; set; }
Property Value
Methods
BindQuestions(BankState, IEnumerable<QAttemptQuestion>)
public void BindQuestions(BankState bank, IEnumerable<QAttemptQuestion> questions)
Parameters
bankBankStatequestionsIEnumerable<QAttemptQuestion>
FormatScore()
protected string FormatScore()
Returns
GetQuestionText()
protected string GetQuestionText()
Returns
GetRatingTotalPoints()
protected string GetRatingTotalPoints()
Returns
Events
ContainerDataBound
public event ViewComposed.AnswerContainerEventHandler ContainerDataBound