Class QuestionMovedIn
public class QuestionMovedIn : Change, IChange
- Inheritance
-
QuestionMovedIn
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionMovedIn(Guid, Guid, Guid, int, Question, Comment[])
public QuestionMovedIn(Guid bank, Guid set, Guid competency, int asset, Question question, Comment[] comments)
Parameters
Properties
Asset
public int Asset { get; set; }
Property Value
Comments
public Comment[] Comments { get; set; }
Property Value
- Comment[]
DestinationCompetency
public Guid DestinationCompetency { get; set; }
Property Value
DestinationSet
public Guid DestinationSet { get; set; }
Property Value
Question
public Question Question { get; set; }
Property Value
SourceBank
public Guid SourceBank { get; set; }