Class QuestionGridDimension
Represents a dimension of a question grid.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionGridDimension : NotificationObject, INotifyPropertyChanged
Constructors
QuestionGridDimension()
Initializes a new instance of the QuestionGridDimension class.
Declaration
public QuestionGridDimension()
Properties
CodeDomain
Gets or sets the code list that represents a dimension with pre-defined items.
Declaration
public CodeDomain CodeDomain { get; set; }
Property Value
Type | Description |
---|---|
CodeDomain |
DisplayLabel
Gets the display label.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
string |
Roster
Gets or sets the roster that represents a dimension with respondent-specified items.
Declaration
public QuestionRoster Roster { get; set; }
Property Value
Type | Description |
---|---|
QuestionRoster |
ShouldCodeBeDisplayed
Gets or sets a value indicating whether code values should be displayed for this dimension.
Declaration
public bool ShouldCodeBeDisplayed { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShouldLabelBeDisplayed
Gets or sets a value indicating whether labels should be displayed for this dimension.
Declaration
public bool ShouldLabelBeDisplayed { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()