Show / Hide Table of Contents

Class EdiDocumentItem

All kind of documents used for transports

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

Properties

DocumentContent

The document as a file (image, pdf, reference)

Declaration
public EdiFileContent DocumentContent { get; set; }
Property Value
Type Description
EdiFileContent

DocumentCreator

The creator of the document

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

DocumentDateTime

The date and time this document item was created

Declaration
public DateTime DocumentDateTime { get; set; }
Property Value
Type Description
DateTime

DocumentType

The document type

Declaration
public EdiDocumentType DocumentType { get; set; }
Property Value
Type Description
EdiDocumentType

GeoPosition

The geo position, document was created

Declaration
public EdiGeoPosition GeoPosition { get; set; }
Property Value
Type Description
EdiGeoPosition

Remarks

Additional remarks (free form)

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

Signatures

Signatures of the recipients

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