Class AnswerHotspotQuestion
- Namespace
- InSite.Application.Attempts.Write
- Assembly
- Shift.Sdk.dll
public class AnswerHotspotQuestion : Command, ICommand
- Inheritance
-
AnswerHotspotQuestion
- Implements
- Inherited Members
- Extension Methods
Constructors
AnswerHotspotQuestion(Guid, Guid, AttemptHotspotPinAnswer[])
public AnswerHotspotQuestion(Guid aggregate, Guid question, AttemptHotspotPinAnswer[] pins)
Parameters
aggregateGuidquestionGuidpinsAttemptHotspotPinAnswer[]
Properties
Pins
public AttemptHotspotPinAnswer[] Pins { get; set; }
Property Value
Question
public Guid Question { get; set; }