Table of Contents

Class AddQuestionHotspotOption

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

Constructors

AddQuestionHotspotOption(Guid, Guid, Guid, HotspotShape, ContentTitle, decimal)

public AddQuestionHotspotOption(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