-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
571 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file removed
BIN
-439 KB
.vs/Route4Me Route Optimization Examples/v16/TestStore/1/008.testlog
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
.vs/Route4Me Route Optimization Examples/v16/TestStore/1/testlog.manifest
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
Route4Me Route Optimization Examples/bin/Appveyor/Route4Me Route Optimization Examples.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
Route4Me Route Optimization Examples/bin/Appveyor/Route4Me Route Optimization Examples.pdb
Binary file not shown.
Binary file modified
BIN
+1.5 KB
(100%)
Route4Me Route Optimization Examples/bin/Appveyor/Route4MeSDKLibrary.dll
Binary file not shown.
Binary file modified
BIN
+2 KB
(100%)
Route4Me Route Optimization Examples/bin/Appveyor/Route4MeSDKLibrary.pdb
Binary file not shown.
135 changes: 134 additions & 1 deletion
135
Route4Me Route Optimization Examples/bin/Appveyor/Route4MeSDKLibrary.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Imports System.Runtime.Serialization | ||
Imports Route4MeSDKLibrary.Route4MeSDK.QueryTypes | ||
|
||
Namespace Route4MeSDK.DataTypes | ||
|
||
''' <summary> | ||
''' Order Territories for an optimization payload. | ||
''' </summary> | ||
<DataContract> | ||
Public NotInheritable Class OrderTerritories | ||
Inherits GenericParameters | ||
|
||
''' <summary> | ||
''' If true, split each territory to own optimization | ||
''' </summary> | ||
<DataMember(Name:="split_territories", EmitDefaultValue:=False)> | ||
Public Property SplitTerritories As Boolean? | ||
|
||
''' <summary> | ||
''' An array of the territory IDs | ||
''' </summary> | ||
<DataMember(Name:="territories_id", EmitDefaultValue:=False)> | ||
Public Property TerritoriesId As String() | ||
|
||
''' <summary> | ||
''' Order filters. | ||
''' </summary> | ||
<DataMember(Name:="filters", EmitDefaultValue:=False)> | ||
Public Property filters As FilterDetails | ||
|
||
End Class | ||
|
||
End Namespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.