C# 클래스 NHS111.Domain.Repository.QuestionRepository

상속: IQuestionRepository
파일 보기 프로젝트 열기: NHSChoices/nhs111-dotnet-beta

공개 메소드들

메소드 설명
GetAnswersForQuestion ( string id ) : Task>
GetFirstQuestion ( string pathwayId ) : Task
GetJustToBeSafeQuestions ( string pathwayId, string justToBeSafePart ) : Task>
GetJustToBeSafeQuestions ( string pathwayId, string selectedQuestionId, bool multipleChoice, string answeredQuestionIds ) : Task>
GetNextQuestion ( string id, string answer ) : Task
GetQuestion ( string id ) : Task
QuestionRepository ( IGraphRepository graphRepository ) : System

비공개 메소드들

메소드 설명
GetJustToBeSafeQuestions ( string justToBeSafePart ) : Task>

메소드 상세

GetAnswersForQuestion() 공개 메소드

public GetAnswersForQuestion ( string id ) : Task>
id string
리턴 Task>

GetFirstQuestion() 공개 메소드

public GetFirstQuestion ( string pathwayId ) : Task
pathwayId string
리턴 Task

GetJustToBeSafeQuestions() 공개 메소드

public GetJustToBeSafeQuestions ( string pathwayId, string justToBeSafePart ) : Task>
pathwayId string
justToBeSafePart string
리턴 Task>

GetJustToBeSafeQuestions() 공개 메소드

public GetJustToBeSafeQuestions ( string pathwayId, string selectedQuestionId, bool multipleChoice, string answeredQuestionIds ) : Task>
pathwayId string
selectedQuestionId string
multipleChoice bool
answeredQuestionIds string
리턴 Task>

GetNextQuestion() 공개 메소드

public GetNextQuestion ( string id, string answer ) : Task
id string
answer string
리턴 Task

GetQuestion() 공개 메소드

public GetQuestion ( string id ) : Task
id string
리턴 Task

QuestionRepository() 공개 메소드

public QuestionRepository ( IGraphRepository graphRepository ) : System
graphRepository IGraphRepository
리턴 System