C# Class Omikron.FactFinder.Data.AdvisorQuestion

Show file Open project: FACT-Finder/FACT-Finder-.NET-Library

Public Methods

Method Description
AddAnswers ( IEnumerable answers ) : void
AdvisorQuestion ( string text = "", IEnumerable answers = null ) : System.Collections.Generic
HasAnswers ( ) : bool

Method Details

AddAnswers() public method

public AddAnswers ( IEnumerable answers ) : void
answers IEnumerable
return void

AdvisorQuestion() public method

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

HasAnswers() public method

public HasAnswers ( ) : bool
return bool