C# Class Rock.Model.DiscService.ResponseItem

An individual response to a question.

Properties: QuestionNumber, ResponseNumber, ResponseID (QuestionNumber + ResponseNumber), ResponseText, MostScore, and LeastScore.

Mostrar archivo Open project: NewSpring/Rock Class Usage Examples

Public Properties

Property Type Description
LeastScore string
MostScore string
QuestionNumber string
ResponseID string
ResponseNumber string
ResponseText string

Property Details

LeastScore public_oe property

public string LeastScore
return string

MostScore public_oe property

public string MostScore
return string

QuestionNumber public_oe property

public string QuestionNumber
return string

ResponseID public_oe property

public string ResponseID
return string

ResponseNumber public_oe property

public string ResponseNumber
return string

ResponseText public_oe property

public string ResponseText
return string