Show / Hide Table of Contents

Class QuestionGridDimension

Represents a dimension of a question grid.

Inheritance
Object
NotificationObject
QuestionGridDimension
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 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
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
Boolean

Implements

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