Class AddQuestionHotspotOption
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class AddQuestionHotspotOption : Command, ICommand
- Inheritance
-
AddQuestionHotspotOption
- Implements
- Inherited Members
- Extension Methods
Constructors
AddQuestionHotspotOption(Guid, Guid, Guid, HotspotShape, ContentTitle, decimal)
public AddQuestionHotspotOption(Guid bank, Guid question, Guid option, HotspotShape shape, ContentTitle content, decimal points)
Parameters
bankGuidquestionGuidoptionGuidshapeHotspotShapecontentContentTitlepointsdecimal
Properties
Content
public ContentTitle Content { get; set; }
Property Value
Option
public Guid Option { get; set; }
Property Value
Points
public decimal Points { get; set; }
Property Value
Question
public Guid Question { get; set; }
Property Value
Shape
public HotspotShape Shape { get; set; }