From 4a9c4341c217aa641f1f522bdee9d078bf9222c5 Mon Sep 17 00:00:00 2001 From: TekH Date: Wed, 15 Apr 2026 14:36:36 +0200 Subject: [PATCH] Add BatchId to InvokeReferences; clean up property layout Added BatchId property to InvokeReferences for batch identification. Refactored Reference3-5 property declarations for clarity and consistency by removing unnecessary line breaks. --- src/ReC.Client/Api/InvokeReferences.cs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/ReC.Client/Api/InvokeReferences.cs b/src/ReC.Client/Api/InvokeReferences.cs index e63a14a..ea7212a 100644 --- a/src/ReC.Client/Api/InvokeReferences.cs +++ b/src/ReC.Client/Api/InvokeReferences.cs @@ -5,6 +5,13 @@ namespace ReC.Client.Api /// public class InvokeReferences { + /// Batch identifier. + public string +#if NET + ? +#endif + BatchId { get; set; } + /// Reference value 1. public string #if NET @@ -21,7 +28,6 @@ namespace ReC.Client.Api /// Reference value 3. public string - #if NET ? #endif @@ -29,7 +35,6 @@ namespace ReC.Client.Api /// Reference value 4. public string - #if NET ? #endif @@ -37,7 +42,6 @@ namespace ReC.Client.Api /// Reference value 5. public string - #if NET ? #endif