C# Class Omikron.FactFinder.Data.AdvisorAnswer

Afficher le fichier Open project: FACT-Finder/FACT-Finder-.NET-Library

Méthodes publiques

Méthode Description
AddSubQuestions ( IEnumerable subQuestions ) : void
AdvisorAnswer ( string text = "", string parameters = "", IEnumerable subQuestions = null ) : System.Collections.Generic
HasSubQuestions ( ) : bool

Method Details

AddSubQuestions() public méthode

public AddSubQuestions ( IEnumerable subQuestions ) : void
subQuestions IEnumerable
Résultat void

AdvisorAnswer() public méthode

public AdvisorAnswer ( string text = "", string parameters = "", IEnumerable subQuestions = null ) : System.Collections.Generic
text string
parameters string
subQuestions IEnumerable
Résultat System.Collections.Generic

HasSubQuestions() public méthode

public HasSubQuestions ( ) : bool
Résultat bool