Class QuestionHotspotOptionsReordered
public class QuestionHotspotOptionsReordered : Change, IChange
- Inheritance
-
QuestionHotspotOptionsReordered
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionHotspotOptionsReordered(Guid, Dictionary<int, int>)
public QuestionHotspotOptionsReordered(Guid questionIdentifier, Dictionary<int, int> order)
Parameters
questionIdentifierGuidorderDictionary<int, int>
Properties
Order
public Dictionary<int, int> Order { get; }
Property Value
- Dictionary<int, int>
QuestionIdentifier
public Guid QuestionIdentifier { get; set; }