Table of Contents

Class ReorderQuestionHotspotOptions

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

Constructors

ReorderQuestionHotspotOptions(Guid, Guid, Dictionary<Guid, int>)

public ReorderQuestionHotspotOptions(Guid bank, Guid question, Dictionary<Guid, int> optionsOrder)

Parameters

bank Guid
question Guid
optionsOrder Dictionary<Guid, int>

Properties

OptionsOrder

public Dictionary<Guid, int> OptionsOrder { get; set; }

Property Value

Dictionary<Guid, int>

Question

public Guid Question { get; set; }

Property Value

Guid