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

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

공개 메소드들

메소드 설명
AddSubQuestions ( IEnumerable subQuestions ) : void
AdvisorAnswer ( string text = "", string parameters = "", IEnumerable subQuestions = null ) : System.Collections.Generic
HasSubQuestions ( ) : bool

메소드 상세

AddSubQuestions() 공개 메소드

public AddSubQuestions ( IEnumerable subQuestions ) : void
subQuestions IEnumerable
리턴 void

AdvisorAnswer() 공개 메소드

public AdvisorAnswer ( string text = "", string parameters = "", IEnumerable subQuestions = null ) : System.Collections.Generic
text string
parameters string
subQuestions IEnumerable
리턴 System.Collections.Generic

HasSubQuestions() 공개 메소드

public HasSubQuestions ( ) : bool
리턴 bool