Table of Contents

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

aggregate Guid
question Guid
pins AttemptHotspotPinAnswer[]

Properties

Pins

public AttemptHotspotPinAnswer[] Pins { get; set; }

Property Value

AttemptHotspotPinAnswer[]

Question

public Guid Question { get; set; }

Property Value

Guid