Class QuestionMoved
public class QuestionMoved : Change, IChange
- Inheritance
-
QuestionMoved
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionMoved(Guid, Guid, int, Guid)
public QuestionMoved(Guid set, Guid competency, int asset, Guid question)
Parameters
Properties
Asset
public int Asset { get; set; }
Property Value
DestinationCompetency
public Guid DestinationCompetency { get; set; }
Property Value
DestinationSet
public Guid DestinationSet { get; set; }
Property Value
Question
public Guid Question { get; set; }