aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-18 21:05:38 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-18 21:05:38 +0200
commit44af6a05f13cff1defd8ef4a01c4ecdbd7833c33 (patch)
tree4747a57757f8206bdc97826a9febf1685f0cf341 /Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
parent68916b0c7e3322ff1ca8b45ed789973a23ccac51 (diff)
downloadTango-44af6a05f13cff1defd8ef4a01c4ecdbd7833c33.tar.gz
Tango-44af6a05f13cff1defd8ef4a01c4ecdbd7833c33.zip
Changed DTO's to include byte[] when generated but mapped by reference.
More improvements to action logs.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
index 9959b2254..84da600a8 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTO.cs
@@ -9,6 +9,9 @@ namespace Tango.BL.DTO
{
public class ProcessParametersTableDTO : ProcessParametersTableDTOBase
{
-
+ protected override string OnGetActionLogName()
+ {
+ return $"Process Table '{Name}'";
+ }
}
}