Class QuestionInInstrument
Represents information about a question as it appears in an instrument.
Inheritance
QuestionInInstrument
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionInInstrument : NotificationObject, INotifyPropertyChanged
Constructors
QuestionInInstrument(QuestionActivity)
Declaration
public QuestionInInstrument(QuestionActivity questionActivity)
Parameters
QuestionInInstrument(StatementActivity)
Declaration
public QuestionInInstrument(StatementActivity statementActivity)
Parameters
Properties
Activity
Returns either the question or statement activity based on which is present
Declaration
public ActivityBase Activity { get; }
Property Value
Conditions
Gets the conditions that must be true for the question to be on the active path of the instrument.
Declaration
public ObservableCollection<QuestionInInstrumentCondition> Conditions { get; }
Property Value
QuestionActivity
Declaration
public QuestionActivity QuestionActivity { get; set; }
Property Value
StatementActivity
Declaration
public StatementActivity StatementActivity { get; set; }
Property Value
Implements