Table of Contents

Class CheckIn

Namespace
Skyware.Lis.EventsModel.SampleTracking
Assembly
Skyware.Lis.EventsModel.dll

Occurs when Sample is is checked in or out of given Location

public class CheckIn : BaseMessage
Inheritance
CheckIn
Inherited Members

Properties

DefaultAddress

Default address where message should be send

public override string DefaultAddress { get; }

Property Value

string

IsCheckIn

True if operation is check in, false - check out

public bool IsCheckIn { get; set; }

Property Value

bool

Sample

Subject of the operation

public Sample Sample { get; set; }

Property Value

Sample

TargetLocation

Location where operation is made

public Location TargetLocation { get; set; }

Property Value

Location