Table of Contents

Class ReorderQuestionLikert

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

Constructors

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

public ReorderQuestionLikert(Guid bank, Guid question, Dictionary<Guid, int> rows, Dictionary<Guid, int> columns)

Parameters

bank Guid
question Guid
rows Dictionary<Guid, int>
columns Dictionary<Guid, int>

Properties

Columns

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

Property Value

Dictionary<Guid, int>

Question

public Guid Question { get; set; }

Property Value

Guid

Rows

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

Property Value

Dictionary<Guid, int>