Class SectionContentChanged
public class SectionContentChanged : Change, IChange
- Inheritance
-
SectionContentChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
SectionContentChanged(Guid, ContentExamSection)
public SectionContentChanged(Guid section, ContentExamSection content)
Parameters
sectionGuidcontentContentExamSection
Properties
Content
public ContentExamSection Content { get; set; }
Property Value
Section
public Guid Section { get; set; }