C# 클래스 Omikron.FactFinder.Data.AdvisorQuestion

파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library

공개 메소드들

메소드 설명
AddAnswers ( IEnumerable answers ) : void
AdvisorQuestion ( string text = "", IEnumerable answers = null ) : System.Collections.Generic
HasAnswers ( ) : bool

메소드 상세

AddAnswers() 공개 메소드

public AddAnswers ( IEnumerable answers ) : void
answers IEnumerable
리턴 void

AdvisorQuestion() 공개 메소드

public AdvisorQuestion ( string text = "", IEnumerable answers = null ) : System.Collections.Generic
text string
answers IEnumerable
리턴 System.Collections.Generic

HasAnswers() 공개 메소드

public HasAnswers ( ) : bool
리턴 bool