Show / Hide Table of Contents

Class QuestionInInstrument

Represents information about a question as it appears in an instrument.

Inheritance
object
NotificationObject
QuestionInInstrument
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperties()
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi.Utility
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionInInstrument : NotificationObject, INotifyPropertyChanged

Constructors

QuestionInInstrument(QuestionActivity)

Declaration
public QuestionInInstrument(QuestionActivity questionActivity)
Parameters
Type Name Description
QuestionActivity questionActivity

QuestionInInstrument(StatementActivity)

Declaration
public QuestionInInstrument(StatementActivity statementActivity)
Parameters
Type Name Description
StatementActivity statementActivity

Properties

Activity

Returns either the question or statement activity based on which is present

Declaration
public ActivityBase Activity { get; }
Property Value
Type Description
ActivityBase

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
Type Description
ObservableCollection<QuestionInInstrumentCondition>

QuestionActivity

Gets the question.

Declaration
public QuestionActivity QuestionActivity { get; set; }
Property Value
Type Description
QuestionActivity

StatementActivity

Gets the statement.

Declaration
public StatementActivity StatementActivity { get; set; }
Property Value
Type Description
StatementActivity

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX