Class QuestionHotspotOptionAdded
public class QuestionHotspotOptionAdded : Change, IChange
- Inheritance
-
QuestionHotspotOptionAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionHotspotOptionAdded(Guid, Guid, HotspotShape, ContentTitle, decimal)
public QuestionHotspotOptionAdded(Guid questionIdentifier, Guid optionIdentifier, HotspotShape shape, ContentTitle content, decimal points)
Parameters
questionIdentifierGuidoptionIdentifierGuidshapeHotspotShapecontentContentTitlepointsdecimal
Properties
Content
public ContentTitle Content { get; }
Property Value
OptionIdentifier
public Guid OptionIdentifier { get; set; }
Property Value
Points
public decimal Points { get; }
Property Value
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }
Property Value
Shape
public HotspotShape Shape { get; }