Show / Hide Table of Contents

Class EdiEventCompletion

Events indicating successful completion of a task, consignment has been forwarded

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiEventCompletion
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiEventCompletion : EdiEventBase

Properties

CompletedBy

Completed by another party

Declaration
public EdiEmptyExtendableObject CompletedBy { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Forwarded

Consignment was forwarded

Declaration
public EdiEmptyExtendableObject Forwarded { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

Signee

Name of the person which rejected the consignment

Declaration
public string Signee { get; set; }
Property Value
Type Description
System.String

WaitTime

Time spent waiting during delivery

Declaration
public string WaitTime { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX