Table of Contents

Class ChangeDistribution

Namespace
InSite.Application.Events.Write
Assembly
Shift.Sdk.dll
public class ChangeDistribution : Command, ICommand
Inheritance
ChangeDistribution
Implements
Inherited Members
Extension Methods

Constructors

ChangeDistribution(Guid, string, DateTimeOffset?, DateTimeOffset?, DateTimeOffset?, DateTimeOffset?)

public ChangeDistribution(Guid aggregate, string process, DateTimeOffset? ordered, DateTimeOffset? expected, DateTimeOffset? shipped, DateTimeOffset? started)

Parameters

aggregate Guid
process string
ordered DateTimeOffset?
expected DateTimeOffset?
shipped DateTimeOffset?
started DateTimeOffset?

Properties

AttemptStarted

public DateTimeOffset? AttemptStarted { get; set; }

Property Value

DateTimeOffset?

DistributionExpected

public DateTimeOffset? DistributionExpected { get; set; }

Property Value

DateTimeOffset?

DistributionOrdered

public DateTimeOffset? DistributionOrdered { get; set; }

Property Value

DateTimeOffset?

DistributionProcess

public string DistributionProcess { get; set; }

Property Value

string

DistributionShipped

public DateTimeOffset? DistributionShipped { get; set; }

Property Value

DateTimeOffset?