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.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(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

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX