C# Class Engage.Survey.Entities.ReadonlyQuestion

A read-only question for a read-only section.
Inheritance: IQuestion
Exibir arquivo Open project: EngageSoftware/Engage-Survey

Public Methods

Method Description
FindResponse ( IAnswer answer ) : UserResponse

Finds the response.

GetAnswer ( Key key ) : IAnswer

Gets the answer choice.

GetAnswers ( ) : List

Gets the answer choices.

GetSection ( ) : ISection

Gets the section.

Method Details

FindResponse() public method

Finds the response.
public FindResponse ( IAnswer answer ) : UserResponse
answer IAnswer The answer.
return UserResponse

GetAnswer() public method

Gets the answer choice.
public GetAnswer ( Key key ) : IAnswer
key Key The key.
return IAnswer

GetAnswers() public method

Gets the answer choices.
public GetAnswers ( ) : List
return List

GetSection() public method

Gets the section.
public GetSection ( ) : ISection
return ISection