Class QuestionTableRow
Inheritance
QuestionTableRow
Assembly: Colectica.Reporting.dll
Syntax
public class QuestionTableRow
Constructors
QuestionTableRow(Question)
Declaration
public QuestionTableRow(Question question)
Parameters
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Label
Declaration
public string Label { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Options
Declaration
public string Options { get; set; }
Property Value
QuestionText
Declaration
public string QuestionText { get; set; }
Property Value
ResponseType
Declaration
public string ResponseType { get; set; }
Property Value
Methods
GetCodeListStringRepresentation(CodeList)
Declaration
public static string GetCodeListStringRepresentation(CodeList codeList)
Parameters
Returns