Table of Contents

Class QuestionHotspotOptionChanged

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

Constructors

QuestionHotspotOptionChanged(Guid, Guid, HotspotShape, ContentTitle, decimal)

public QuestionHotspotOptionChanged(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; set; }

Property Value

ContentTitle

OptionIdentifier

public Guid OptionIdentifier { get; set; }

Property Value

Guid

Points

public decimal Points { get; set; }

Property Value

decimal

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

Shape

public HotspotShape Shape { get; set; }

Property Value

HotspotShape