Class CheckIn
- Namespace
- Skyware.Lis.EventsModel.SampleTracking
- Assembly
- Skyware.Lis.EventsModel.dll
public class CheckIn : BaseMessage
- Inheritance
-
CheckIn
- Inherited Members
Properties
DefaultAddress
Default address where message should be send.
public override string DefaultAddress { get; }
Property Value
IsCheckIn
True if operation is check in, false - check out
public bool IsCheckIn { get; set; }
Property Value
Sample
Subject of the operation
public Sample Sample { get; set; }
Property Value
TargetLocation
Location where operation is made
public Location TargetLocation { get; set; }