Table of Contents

Class ReorderQuestionOrderingOptions

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

Constructors

ReorderQuestionOrderingOptions(Guid, Guid, Guid[])

public ReorderQuestionOrderingOptions(Guid bank, Guid question, Guid[] optionsOrder)

Parameters

bank Guid
question Guid
optionsOrder Guid[]

Properties

OptionsOrder

public Guid[] OptionsOrder { get; set; }

Property Value

Guid[]

Question

public Guid Question { get; set; }

Property Value

Guid