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
System.Object
NotificationObject
QuestionRoster
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionRoster : NotificationObject

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

MinimumRequired

Gets the minimum required entries for the roster.

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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica