Show / Hide Table of Contents

Class EdiFileAttachment

Object to transmit file attachments

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

Properties

Documents

Attached documents regarding an event (Like POD, …)

Declaration
public List<EdiDocumentItem> Documents { get; set; }
Property Value
Type Description
List<EdiDocumentItem>

Images

Attached images regarding an event (like damage pictures, …)

Declaration
public List<EdiStatusImage> Images { get; set; }
Property Value
Type Description
List<EdiStatusImage>
Back to top Generated by DocFX