Table of Contents

Class DistributionChanged

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

Constructors

DistributionChanged(string, DateTimeOffset?, DateTimeOffset?, DateTimeOffset?, DateTimeOffset?)

public DistributionChanged(string process, DateTimeOffset? ordered, DateTimeOffset? expected, DateTimeOffset? shipped, DateTimeOffset? used)

Parameters

process string
ordered DateTimeOffset?
expected DateTimeOffset?
shipped DateTimeOffset?
used DateTimeOffset?

Properties

Expected

public DateTimeOffset? Expected { get; set; }

Property Value

DateTimeOffset?

Ordered

public DateTimeOffset? Ordered { get; set; }

Property Value

DateTimeOffset?

Process

public string Process { get; set; }

Property Value

string

Shipped

public DateTimeOffset? Shipped { get; set; }

Property Value

DateTimeOffset?

Used

public DateTimeOffset? Used { get; set; }

Property Value

DateTimeOffset?