Class QuestionMatchesChanged
public class QuestionMatchesChanged : Change, IChange
- Inheritance
-
QuestionMatchesChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionMatchesChanged(Guid, MatchingList)
public QuestionMatchesChanged(Guid question, MatchingList matches)
Parameters
questionGuidmatchesMatchingList
Properties
Matches
public MatchingList Matches { get; set; }
Property Value
Question
public Guid Question { get; set; }