Class Details
public class Details : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
Details
- Implements
- Inherited Members
Constructors
Details()
public Details()
Fields
AttemptLimit
AttemptLimit control.
protected NumericBox AttemptLimit
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AttemptLimitValidator
AttemptLimitValidator control.
protected RequiredValidator AttemptLimitValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MaximumPoints
MaximumPoints control.
protected NumericBox MaximumPoints
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PassingAccuracy
PassingAccuracy control.
protected NumericBox PassingAccuracy
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PassingKph
PassingKph control.
protected NumericBox PassingKph
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PassingKphField
PassingKphField control.
protected HtmlGenericControl PassingKphField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PassingPoints
PassingPoints control.
protected NumericBox PassingPoints
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PassingScore
PassingScore control.
protected NumericBox PassingScore
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PassingWpm
PassingWpm control.
protected NumericBox PassingWpm
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PassingWpmField
PassingWpmField control.
protected HtmlGenericControl PassingWpmField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuizName
QuizName control.
protected TextBox QuizName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuizNameValidator
QuizNameValidator control.
protected RequiredValidator QuizNameValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuizType
QuizType control.
protected QuizTypeComboBox QuizType
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
QuizTypeValidator
QuizTypeValidator control.
protected RequiredValidator QuizTypeValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TimeLimit
TimeLimit control.
protected NumericBox TimeLimit
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TimeLimitValidator
TimeLimitValidator control.
protected RequiredValidator TimeLimitValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
GetInputValues(TQuiz)
public void GetInputValues(TQuiz quiz)
Parameters
quizTQuiz
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
SetDefaultInputValues(string)
public void SetDefaultInputValues(string quizType)
Parameters
quizTypestring
SetInputValues(TQuiz)
public void SetInputValues(TQuiz quiz)
Parameters
quizTQuiz
SetupValidationGroup(string)
protected override void SetupValidationGroup(string groupName)
Parameters
groupNamestring
Events
TypeChanged
public event StringValueHandler TypeChanged