Class BooleanTableQuestionAnswered
public class BooleanTableQuestionAnswered : Change, IChange
- Inheritance
-
BooleanTableQuestionAnswered
- Implements
- Inherited Members
- Extension Methods
Constructors
BooleanTableQuestionAnswered(Guid, IDictionary<int, bool>)
public BooleanTableQuestionAnswered(Guid question, IDictionary<int, bool> options)
Parameters
questionGuidoptionsIDictionary<int, bool>
Properties
Options
public IDictionary<int, bool> Options { get; set; }
Property Value
Question
public Guid Question { get; set; }