Table of Contents

Class ExamMaterialReturned

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

Constructors

ExamMaterialReturned(string, DateTimeOffset?, string)

public ExamMaterialReturned(string code, DateTimeOffset? date, string condition)

Parameters

code string
date DateTimeOffset?
condition string

Properties

ReturnShipmentCode

public string ReturnShipmentCode { get; set; }

Property Value

string

ReturnShipmentCondition

public string ReturnShipmentCondition { get; set; }

Property Value

string

ReturnShipmentDate

public DateTimeOffset? ReturnShipmentDate { get; set; }

Property Value

DateTimeOffset?