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
aggregateGuidprocessstringorderedDateTimeOffset?expectedDateTimeOffset?shippedDateTimeOffset?startedDateTimeOffset?
Properties
AttemptStarted
public DateTimeOffset? AttemptStarted { get; set; }
Property Value
DistributionExpected
public DateTimeOffset? DistributionExpected { get; set; }
Property Value
DistributionOrdered
public DateTimeOffset? DistributionOrdered { get; set; }
Property Value
DistributionProcess
public string DistributionProcess { get; set; }
Property Value
DistributionShipped
public DateTimeOffset? DistributionShipped { get; set; }