Show / Hide Table of Contents

Class QuestionRoster

Represents a roster in a questionnaire. In a roster, the respondent is able to add as many lines as appropriate, and will provide responses for certain inputs for each of those lines.

Inheritance
object
NotificationObject
QuestionRoster
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 QuestionRoster : NotificationObject, INotifyPropertyChanged

Constructors

QuestionRoster()

Initializes a new instance of the QuestionRoster class.

Declaration
public QuestionRoster()

Properties

FirstValue

Gets the number value of the first item in the roster.

Declaration
public int FirstValue { get; set; }
Property Value
Type Description
int

IterationValue

Gets the amount by which the number value of each roster line increases.

Declaration
public int IterationValue { get; set; }
Property Value
Type Description
int

Label

Gets a label for the question roster.

Declaration
public MultilingualString Label { get; }
Property Value
Type Description
MultilingualString

MaximumAllowed

Gets the maximum number of entries in the roster.

Declaration
public int? MaximumAllowed { get; set; }
Property Value
Type Description
int?

MinimumRequired

Gets the minimum required entries for the roster.

Declaration
public int MinimumRequired { get; set; }
Property Value
Type Description
int

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