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
Properties
Form
public Guid Form { get; set; }
Property Value
PreviousForm
public Guid? PreviousForm { get; set; }
Property Value
- Guid?