Table of Contents

Class DistributionOrdered

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

Constructors

DistributionOrdered(string, string, string)

public DistributionOrdered(string code, string status, string errors)

Parameters

code string
status string
errors string

Properties

Code

public string Code { get; set; }

Property Value

string

Errors

public string Errors { get; set; }

Property Value

string

Status

public string Status { get; set; }

Property Value

string