Table of Contents

Class QuestionHotspotOptionAdded

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
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

questionIdentifier Guid
optionIdentifier Guid
shape HotspotShape
content ContentTitle
points decimal

Properties

Content

public ContentTitle Content { get; }

Property Value

ContentTitle

OptionIdentifier

public Guid OptionIdentifier { get; set; }

Property Value

Guid

Points

public decimal Points { get; }

Property Value

decimal

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

Shape

public HotspotShape Shape { get; }

Property Value

HotspotShape