Table of Contents

Class QuestionHotspotOptionsReordered

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

Constructors

QuestionHotspotOptionsReordered(Guid, Dictionary<int, int>)

public QuestionHotspotOptionsReordered(Guid questionIdentifier, Dictionary<int, int> order)

Parameters

questionIdentifier Guid
order Dictionary<int, int>

Properties

Order

public Dictionary<int, int> Order { get; }

Property Value

Dictionary<int, int>

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid