Class EdiDocument
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiDocument
Inherited Members
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> |