C# 클래스 NHS111.Business.Api.Controllers.QuestionController

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

공개 메소드들

메소드 설명
QuestionController ( IQuestionService questionService, IQuestionTransformer questionTransformer, IAnswersForNodeBuilder answersForNodeBuilder, string>.ICacheManager cacheManager ) : System

비공개 메소드들

메소드 설명
GetAnswers ( string pathwayId, string questionId ) : Task
GetFirstQuestion ( string pathwayId, [ state ) : Task
GetJustToBeSafePartOneNodes ( string pathwayId ) : Task
GetJustToBeSafePartTwoNodes ( string pathwayId, string answeredQuestionIds, bool multipleChoice, string questionId = "" ) : Task
GetNextNode ( string pathwayId, string nodeId, string answer, [ state, string cacheKey = null ) : Task
GetQuestionById ( string pathwayId, string questionId ) : Task

메소드 상세

QuestionController() 공개 메소드

public QuestionController ( IQuestionService questionService, IQuestionTransformer questionTransformer, IAnswersForNodeBuilder answersForNodeBuilder, string>.ICacheManager cacheManager ) : System
questionService IQuestionService
questionTransformer IQuestionTransformer
answersForNodeBuilder IAnswersForNodeBuilder
cacheManager string>.ICacheManager
리턴 System