diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-07-27 14:47:37 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-07-27 14:47:37 +0300 |
| commit | e29f87822e09f2986af24023504bb160093b8483 (patch) | |
| tree | 3e90b257e98ae816cdc4f29c845018cfbd8046ab /Software/Visual_Studio/Tango.BL/DTO | |
| parent | 64049f8be57df4a391c64c4200e2b3208ae1b460 (diff) | |
| download | Tango-e29f87822e09f2986af24023504bb160093b8483.tar.gz Tango-e29f87822e09f2986af24023504bb160093b8483.zip | |
Added column "Level" to RML Extension. Changes in DB and GUI.
Related Work Items: #4219
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/RmlsExtensionDTOBase.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/RmlsExtensionDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/RmlsExtensionDTOBase.cs index 0e5f6be0d..7c8120aa5 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/RmlsExtensionDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/RmlsExtensionDTOBase.cs @@ -237,5 +237,13 @@ namespace Tango.BL.DTO get; set; } + /// <summary> + /// rml level + /// </summary> + public Int32 RmlLevel + { + get; set; + } + } } |
