Class ResponseAnswerChanged
public class ResponseAnswerChanged : Change, IChange
- Inheritance
-
ResponseAnswerChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
ResponseAnswerChanged(Guid, string)
public ResponseAnswerChanged(Guid question, string answer)
Parameters
Properties
Answer
public string Answer { get; set; }
Property Value
Question
public Guid Question { get; set; }