Show / Hide Table of Contents

Class QuestionTableRow

Inheritance
object
QuestionTableRow
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Colectica.Reporting.Tabular
Assembly: Colectica.Reporting.dll
Syntax
public class QuestionTableRow

Constructors

QuestionTableRow(Question)

Declaration
public QuestionTableRow(Question question)
Parameters
Type Name Description
Question question

Properties

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Label

Declaration
public string Label { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Options

Declaration
public string Options { get; set; }
Property Value
Type Description
string

QuestionText

Declaration
public string QuestionText { get; set; }
Property Value
Type Description
string

ResponseType

Declaration
public string ResponseType { get; set; }
Property Value
Type Description
string

Methods

GetCodeListStringRepresentation(CodeList)

Declaration
public static string GetCodeListStringRepresentation(CodeList codeList)
Parameters
Type Name Description
CodeList codeList
Returns
Type Description
string
In this article
Back to top Generated by DocFX