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.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 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
Int32

IterationValue

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

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

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
Nullable<Int32>

MinimumRequired

Gets the minimum required entries for the roster.

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

Implements

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