Show / Hide Table of Contents

Class QuestionBlockMember

Represents a single item in a QuestionBlock. Members can be a stimulus material, a Question, or a QuestionGrid.

Inheritance
object
NotificationObject
QuestionBlockMember
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
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
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionBlockMember : NotificationObject, INotifyPropertyChanged

Constructors

QuestionBlockMember()

Initializes a new instance of the QuestionBlockMember class.

Declaration
public QuestionBlockMember()

Properties

DisplayLabel

Gets the display label.

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
string

Question

Gets or sets the question.

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

QuestionGrid

Gets or sets the question grid.

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

StimulusMaterial

Gets or sets the stimulus material.

Declaration
public OtherMaterial StimulusMaterial { get; set; }
Property Value
Type Description
OtherMaterial

Methods

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX