Table of Contents

Class FormContentChanged

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
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

form Guid
content ContentExamForm
hasDiagrams bool
hasReferenceMaterials ReferenceMaterialType

Properties

Content

public ContentExamForm Content { get; set; }

Property Value

ContentExamForm

Form

public Guid Form { get; set; }

Property Value

Guid

HasDiagrams

public bool HasDiagrams { get; set; }

Property Value

bool

HasReferenceMaterials

public ReferenceMaterialType HasReferenceMaterials { get; set; }

Property Value

ReferenceMaterialType