Table of Contents

Class ReorderQuestions

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

Constructors

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

public ReorderQuestions(Guid bank, Guid set, Dictionary<int, int> sequences)

Parameters

bank Guid
set Guid
sequences Dictionary<int, int>

Properties

Sequences

The dictionary item key is the new ordinal position for the question. The dictionary item value is the asset number for the question.

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

Property Value

Dictionary<int, int>

Set

public Guid Set { get; set; }

Property Value

Guid