Table of Contents

Class ExamFormAssigned

Namespace
InSite.Domain.Registrations
Assembly
Shift.Sdk.dll
public class ExamFormAssigned : Change, IChange
Inheritance
ExamFormAssigned
Implements
Inherited Members
Extension Methods

Constructors

ExamFormAssigned(Guid, Guid?)

public ExamFormAssigned(Guid form, Guid? previousForm)

Parameters

form Guid
previousForm Guid?

Properties

Form

public Guid Form { get; set; }

Property Value

Guid

PreviousForm

public Guid? PreviousForm { get; set; }

Property Value

Guid?