Table of Contents

Class HotspotQuestionAnswered

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class HotspotQuestionAnswered : Change, IChange
Inheritance
HotspotQuestionAnswered
Implements
Inherited Members
Extension Methods

Constructors

HotspotQuestionAnswered(Guid, AttemptHotspotPinAnswer[])

public HotspotQuestionAnswered(Guid question, AttemptHotspotPinAnswer[] pins)

Parameters

question Guid
pins AttemptHotspotPinAnswer[]

Properties

Pins

public AttemptHotspotPinAnswer[] Pins { get; set; }

Property Value

AttemptHotspotPinAnswer[]

Question

public Guid Question { get; set; }

Property Value

Guid