Class InstrumentQuestionGatherer
Gathers all questions in an Instrument into a flat list.
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class InstrumentQuestionGatherer : VersionableVisitorBase, IVersionableVisitor
Constructors
InstrumentQuestionGatherer()
Declaration
public InstrumentQuestionGatherer()
Properties
Questions
Gets the list of questions found in an instrument.
Declaration
public List<QuestionInInstrument> Questions { get; protected set; }
Property Value
Type | Description |
---|---|
List<QuestionInInstrument> |
Methods
BeginVisitItem(IVersionable)
Declaration
public override void BeginVisitItem(IVersionable item)
Parameters
Type | Name | Description |
---|---|---|
IVersionable | item |