C# 클래스 NHS111.Business.Transformers.QuestionTransformer

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

공개 메소드들

메소드 설명
AsAnswers ( string s ) : string
AsQuestionWithAnswers ( string s ) : string
AsQuestionWithAnswersList ( string s ) : string

비공개 메소드들

메소드 설명
TransformAnswers ( IEnumerable answers ) : List

메소드 상세

AsAnswers() 공개 메소드

public AsAnswers ( string s ) : string
s string
리턴 string

AsQuestionWithAnswers() 공개 메소드

public AsQuestionWithAnswers ( string s ) : string
s string
리턴 string

AsQuestionWithAnswersList() 공개 메소드

public AsQuestionWithAnswersList ( string s ) : string
s string
리턴 string