Show / Hide Table of Contents

Class EdiDocument

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiModel
EdiDocument
StatusImage
TransportDocument
Inherited Members
EdiModel.Schema
EdiModel.Intent
EdiModel.ModelType
EdiModel.Receiver
EdiModel.Sender
EdiModel.Network
EdiModel.Metadata
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiDocument : EdiModel, IModel

Properties

Archive

All object to archive the document

Declaration
public EdiDocumentArchive Archive { get; set; }
Property Value
Type Description
EdiDocumentArchive

DocumentCreationDateTime

The date and time this document was created

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

References

All references to the linked documents, systems and devices

Declaration
public EdiDocumentReferencesExtended References { get; set; }
Property Value
Type Description
EdiDocumentReferencesExtended

Remarks

Additional remarks (free form)

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

ShippingDate

The date on which the consignment was forwarded to the receiving partner. If the consignment was part of a cargo manifest, this is the date on which the manifest was issued

Declaration
public DateTime? ShippingDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
Back to top Generated by DocFX