Table of Contents

Class ChangeQuestionOrderingOption

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

Constructors

ChangeQuestionOrderingOption(Guid, Guid, Guid, ContentTitle)

public ChangeQuestionOrderingOption(Guid bank, Guid question, Guid option, ContentTitle content)

Parameters

bank Guid
question Guid
option Guid
content ContentTitle

Properties

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

Option

public Guid Option { get; set; }

Property Value

Guid

Question

public Guid Question { get; set; }

Property Value

Guid