Table of Contents

Class ReorderQuestionOrderingSolutions

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

Constructors

ReorderQuestionOrderingSolutions(Guid, Guid, Guid[])

public ReorderQuestionOrderingSolutions(Guid bank, Guid question, Guid[] solutionsOrder)

Parameters

bank Guid
question Guid
solutionsOrder Guid[]

Properties

Question

public Guid Question { get; set; }

Property Value

Guid

SolutionsOrder

public Guid[] SolutionsOrder { get; set; }

Property Value

Guid[]