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
bankGuidquestionGuidoptionGuidcontentContentTitle
Properties
Content
public ContentTitle Content { get; set; }
Property Value
Option
public Guid Option { get; set; }
Property Value
Question
public Guid Question { get; set; }