2 using System.Collections.Generic;
5 using System.Reflection;
7 namespace PlugInsInterfaces.DataTypes.Process.Transportation
12 [Obfuscation(Feature =
"renaming", Exclude =
true)]
18 [Obfuscation(Feature =
"renaming", Exclude =
true)]
19 int ModeReference {
get; }
24 [Obfuscation(Feature =
"renaming", Exclude =
true)]
25 int OriginReference {
get; }
30 [Obfuscation(Feature =
"renaming", Exclude =
true)]
31 int DestinationReference {
get; }
Definition of a transportation step, contains a reference to the mode used and parameters for that st...