Show / Hide Table of Contents

Class QuestionGridDimension

Represents a dimension of a question grid.

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

Extension Methods

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