Class AnswerMultipleChoiceQuestion
- Namespace
- InSite.Application.Attempts.Write
- Assembly
- Shift.Sdk.dll
public class AnswerMultipleChoiceQuestion : Command, ICommand
- Inheritance
-
AnswerMultipleChoiceQuestion
- Implements
- Inherited Members
- Extension Methods
Constructors
AnswerMultipleChoiceQuestion(Guid, Guid, int)
public AnswerMultipleChoiceQuestion(Guid aggregate, Guid question, int option)
Parameters
Properties
Option
public int Option { get; set; }
Property Value
Question
public Guid Question { get; set; }