Table of Contents

Class ChangeQuestionHotspotOption

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class ChangeQuestionHotspotOption : Command, ICommand
Inheritance
ChangeQuestionHotspotOption
Implements
Inherited Members
Extension Methods

Constructors

ChangeQuestionHotspotOption(Guid, Guid, Guid, HotspotShape, ContentTitle, decimal)

public ChangeQuestionHotspotOption(Guid bank, Guid question, Guid option, HotspotShape shape, ContentTitle content, decimal points)

Parameters

bank Guid
question Guid
option Guid
shape HotspotShape
content ContentTitle
points decimal

Properties

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

Option

public Guid Option { get; set; }

Property Value

Guid

Points

public decimal Points { get; set; }

Property Value

decimal

Question

public Guid Question { get; set; }

Property Value

Guid

Shape

public HotspotShape Shape { get; set; }

Property Value

HotspotShape