Enum EdiMessageFunctionCode
Determines how the current message should be handled, e.g. whether the stops / consignments should be added removed, ...
Namespace: Conizi.Model.Shared.Definitions
Assembly: Conizi.Model.dll
Syntax
public enum EdiMessageFunctionCode : int
Fields
Name | Description |
---|---|
Add | Add a new tour |
AddPartial | Add a part of a tour |
Remove | Remove a tour |
RemovePartial | Remove a part of a tour |
Update | Update a tour |
UpdatePartial | Update a part of a tour |