diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-20 17:46:21 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-20 17:46:21 +0300 |
| commit | 54ef796c5afa8d1ccb4b8b148d765f590b4de03a (patch) | |
| tree | e3b1390c25736abe588048421844f0a17905ba68 /Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs | |
| parent | 128a245cf12d7720e0fd0cea8810426ac32bc84d (diff) | |
| download | Tango-54ef796c5afa8d1ccb4b8b148d765f590b4de03a.tar.gz Tango-54ef796c5afa8d1ccb4b8b148d765f590b4de03a.zip | |
Improved Gateway environments handling.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs index 0da9de5e5..25ba9ba3d 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService.Gateway/DTO/EnvironmentConfiguration.cs @@ -11,5 +11,6 @@ namespace Tango.MachineService.Gateway.DTO public String Name { get; set; } public String Description { get; set; } public String MachineServiceAddress { get; set; } + public int DisplayIndex { get; set; } } }
\ No newline at end of file |
