Class ChangeQuestionHotspotOption
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ChangeQuestionHotspotOption : Command, ICommand
- Inheritance
-
ChangeQuestionHotspotOption
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeQuestionHotspotOption(Guid, Guid, Guid, HotspotShape, ContentTitle, decimal)
public ChangeQuestionHotspotOption(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; }