Class QuestionContentChanged
public class QuestionContentChanged : Change, IChange
- Inheritance
-
QuestionContentChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
QuestionContentChanged(Guid, ContentExamQuestion)
public QuestionContentChanged(Guid question, ContentExamQuestion content)
Parameters
questionGuidcontentContentExamQuestion
Properties
Content
public ContentExamQuestion Content { get; set; }
Property Value
Question
public Guid Question { get; set; }