Class Section
A section is a reference to a specific question set from within a specific form.
public class Section
- Inheritance
-
Section
- Inherited Members
- Extension Methods
Constructors
Section()
Constructs an empty section.
public Section()
Section(Section)
protected Section(Section source)
Parameters
sourceSection
Properties
BreakTimerEnabled
public bool BreakTimerEnabled { get; set; }
Property Value
Content
Sets need support for multilingual titles, summaries, etc.
public ContentExamSection Content { get; set; }
Property Value
Criterion
The 'hydrated' criterion object. This is NOT serialized because it already exists as an object in the bank.
public Criterion Criterion { get; set; }
Property Value
CriterionIdentifier
Uniquely identifies the criterion being referenced.
public Guid CriterionIdentifier { get; set; }
Property Value
Fields
The fields contained by the section.
public List<Field> Fields { get; set; }
Property Value
Form
The form that contains the section.
public Form Form { get; set; }
Property Value
Identifier
Uniquely identifies the section.
public Guid Identifier { get; set; }
Property Value
Letter
Returns an alphabetic equivalent for the integer sequence (e.g. A = 1, B = 2, C = 3).
public string Letter { get; }
Property Value
Sequence
The ordinal position of this section in the form that contains it.
public int Sequence { get; }
Property Value
TimeLimit
public int TimeLimit { get; set; }
Property Value
TimerType
public FormSectionTimeType TimerType { get; set; }
Property Value
WarningOnNextTabEnabled
public bool WarningOnNextTabEnabled { get; set; }
Property Value
Methods
Clone()
public Section Clone()
Returns
ShouldSerializeContent()
public bool ShouldSerializeContent()