Table of Contents

Class QuestionOrderingOptionsReordered

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

Constructors

QuestionOrderingOptionsReordered(Guid, Dictionary<Guid, int>)

public QuestionOrderingOptionsReordered(Guid question, Dictionary<Guid, int> order)

Parameters

question Guid
order Dictionary<Guid, int>

Properties

Order

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

Property Value

Dictionary<Guid, int>

Question

public Guid Question { get; set; }

Property Value

Guid