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.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(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
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()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX