diff --git a/MapoSDK/Objects.cs b/MapoSDK/Objects.cs
index 7da35324..9ce89594 100644
--- a/MapoSDK/Objects.cs
+++ b/MapoSDK/Objects.cs
@@ -151,22 +151,7 @@ namespace MapoSDK
///
public class BaseRawTransf
{
- #region Public Properties
-
- ///
- /// Data-Ora riferimento (x ordinamento fifo)
- ///
- public DateTime dataRif { get; set; } = DateTime.Now;
-
- ///
- /// Messaggio in modalità raw/stringa
- ///
- public JObject mesContent { get; set; } = new JObject();
-
- ///
- /// Tipo di messaggio trasmesso
- ///
- public rawTransfType mesType { get; set; } = rawTransfType.ND;
+ #region Public Constructors
///
/// Costruttore senza parametri
@@ -191,18 +176,24 @@ namespace MapoSDK
this.mesType = mesType;
}
- #endregion Public Properties
- }
+ #endregion Public Constructors
-
- ///
- /// Array valori tipo BaseRawTransf inviati come JSon
- ///
- public class rawTransfJsonPayload
- {
#region Public Properties
- public List rawTransfData { get; set; }
+ ///
+ /// Data-Ora riferimento (x ordinamento fifo)
+ ///
+ public DateTime dataRif { get; set; } = DateTime.Now;
+
+ ///
+ /// Messaggio in modalità raw/stringa
+ ///
+ public JObject mesContent { get; set; } = new JObject();
+
+ ///
+ /// Tipo di messaggio trasmesso
+ ///
+ public rawTransfType mesType { get; set; } = rawTransfType.ND;
#endregion Public Properties
}
@@ -385,6 +376,11 @@ namespace MapoSDK
{
#region Public Properties
+ ///
+ /// DESCRIZIONE item
+ ///
+ public string description { get; set; } = "";
+
///
/// Ultimo messaggio associato (conferma scrittura, errore, ...)
///
@@ -488,6 +484,18 @@ namespace MapoSDK
#endregion Public Properties
}
+ ///
+ /// Array valori tipo BaseRawTransf inviati come JSon
+ ///
+ public class rawTransfJsonPayload
+ {
+ #region Public Properties
+
+ public List rawTransfData { get; set; }
+
+ #endregion Public Properties
+ }
+
public class StCheckOverride
{
#region Public Properties