C# Class Rock.Model.DiscService.ResponseItem

An individual response to a question.

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

Show file 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 property

public string LeastScore
return string

MostScore public property

public string MostScore
return string

QuestionNumber public property

public string QuestionNumber
return string

ResponseID public property

public string ResponseID
return string

ResponseNumber public property

public string ResponseNumber
return string

ResponseText public property

public string ResponseText
return string