Class AnswerBooleanTableQuestion
- Namespace
- InSite.Application.Attempts.Write
- Assembly
- Shift.Sdk.dll
public class AnswerBooleanTableQuestion : Command, ICommand
- Inheritance
-
AnswerBooleanTableQuestion
- Implements
- Inherited Members
- Extension Methods
Constructors
AnswerBooleanTableQuestion(Guid, Guid, IDictionary<int, bool>)
public AnswerBooleanTableQuestion(Guid aggregate, Guid question, IDictionary<int, bool> options)
Parameters
aggregateGuidquestionGuidoptionsIDictionary<int, bool>
Properties
Options
public IDictionary<int, bool> Options { get; set; }
Property Value
Question
public Guid Question { get; set; }