Class HotspotQuestionAnswered
public class HotspotQuestionAnswered : Change, IChange
- Inheritance
-
HotspotQuestionAnswered
- Implements
- Inherited Members
- Extension Methods
Constructors
HotspotQuestionAnswered(Guid, AttemptHotspotPinAnswer[])
public HotspotQuestionAnswered(Guid question, AttemptHotspotPinAnswer[] pins)
Parameters
questionGuidpinsAttemptHotspotPinAnswer[]
Properties
Pins
public AttemptHotspotPinAnswer[] Pins { get; set; }
Property Value
Question
public Guid Question { get; set; }