Class QuestionGridDimension
Represents a dimension of a question grid.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class QuestionGridDimension : NotificationObject
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 |
---|---|
System.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 |
---|---|
System.Boolean |
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 |
---|---|
System.Boolean |