Table of Contents

Class AddQuestionOrderingOption

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

Constructors

AddQuestionOrderingOption(Guid, Guid, Guid, ContentTitle)

public AddQuestionOrderingOption(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