Class FormContentChanged
public class FormContentChanged : Change, IChange
- Inheritance
-
FormContentChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
FormContentChanged(Guid, ContentExamForm, bool, ReferenceMaterialType)
public FormContentChanged(Guid form, ContentExamForm content, bool hasDiagrams, ReferenceMaterialType hasReferenceMaterials)
Parameters
formGuidcontentContentExamFormhasDiagramsboolhasReferenceMaterialsReferenceMaterialType
Properties
Content
public ContentExamForm Content { get; set; }
Property Value
Form
public Guid Form { get; set; }
Property Value
HasDiagrams
public bool HasDiagrams { get; set; }
Property Value
HasReferenceMaterials
public ReferenceMaterialType HasReferenceMaterials { get; set; }