C# Class Engage.Survey.Entities.ReadonlyQuestion

A read-only question for a read-only section.
Inheritance: IQuestion
Afficher le fichier Open project: EngageSoftware/Engage-Survey

Méthodes publiques

Méthode 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 méthode

Finds the response.
public FindResponse ( IAnswer answer ) : UserResponse
answer IAnswer The answer.
Résultat UserResponse

GetAnswer() public méthode

Gets the answer choice.
public GetAnswer ( Key key ) : IAnswer
key Key The key.
Résultat IAnswer

GetAnswers() public méthode

Gets the answer choices.
public GetAnswers ( ) : List
Résultat List

GetSection() public méthode

Gets the section.
public GetSection ( ) : ISection
Résultat ISection