Table of Contents

Class QuestionLikertReordered

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

Constructors

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

public QuestionLikertReordered(Guid questionIdentifier, Dictionary<Guid, int> rowsOrder, Dictionary<Guid, int> columnsOrder)

Parameters

questionIdentifier Guid
rowsOrder Dictionary<Guid, int>
columnsOrder Dictionary<Guid, int>

Properties

ColumnsOrder

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

Property Value

Dictionary<Guid, int>

QuestionIdentifier

public Guid QuestionIdentifier { get; set; }

Property Value

Guid

RowsOrder

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

Property Value

Dictionary<Guid, int>