Class EdiStopInformation
Information about the current stop
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiStopInformation
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiStopInformation : EdiPatternPropertiesBase
Properties
RemarksAddress
Remarks about the stop Address as free-text
Declaration
public List<string> RemarksAddress { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RemarksDispatcher
Remarks from the disposal office as free-text
Declaration
public List<string> RemarksDispatcher { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RemarksGeneral
Remarks in general as free-text
Declaration
public List<string> RemarksGeneral { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RemarksHandlingInstruction
Remarks about the handling instruction as free-text
Declaration
public List<string> RemarksHandlingInstruction { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |