From 2993cd5964f916a18e6b0dbd042ec7b85a946f1a Mon Sep 17 00:00:00 2001 From: Lev Date: Tue, 20 Aug 2024 14:21:34 +0200 Subject: [PATCH] format --- BO4E/BO/Marktlokation.cs | 2 +- BO4E/BO/Messlokation.cs | 4 ++-- BO4E/BO/Netzlokation.cs | 2 +- BO4E/BO/TechnischeRessource.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BO4E/BO/Marktlokation.cs b/BO4E/BO/Marktlokation.cs index 505d09ac..c5dc32a8 100644 --- a/BO4E/BO/Marktlokation.cs +++ b/BO4E/BO/Marktlokation.cs @@ -429,7 +429,7 @@ public class Marktlokation : BusinessObject [ProtoMember(42)] [JsonPropertyOrder(42)] public string? LokationsbuendelObjektcode { get; set; } - + /// /// Enthält die ID der vorgelagerten Lokation. Kann Ids unterschiedlicher Lokationen enthalten, also zum Beispiel /// einer Messlokation oder Marktlokation. diff --git a/BO4E/BO/Messlokation.cs b/BO4E/BO/Messlokation.cs index 70a8a3ff..753c651b 100644 --- a/BO4E/BO/Messlokation.cs +++ b/BO4E/BO/Messlokation.cs @@ -281,7 +281,7 @@ public class Messlokation : BusinessObject [JsonPropertyOrder(30)] [NonOfficial(NonOfficialCategory.CUSTOMER_REQUIREMENTS)] public List? Messprodukte { get; set; } - + // /// // /// Lokationszuordnung, um bspw. die zugehörigen Marktlokationen anzugeben @@ -308,7 +308,7 @@ public class Messlokation : BusinessObject [ProtoMember(1026)] [JsonPropertyOrder(32)] public string? LokationsbuendelObjektcode { get; set; } - + /// /// Enthält die ID der vorgelagerten Lokation. Kann Ids unterschiedlicher Lokationen enthalten, also zum Beispiel /// einer Messlokation oder Marktlokation. diff --git a/BO4E/BO/Netzlokation.cs b/BO4E/BO/Netzlokation.cs index 81238ea7..7bedf332 100644 --- a/BO4E/BO/Netzlokation.cs +++ b/BO4E/BO/Netzlokation.cs @@ -144,7 +144,7 @@ public class Netzlokation : BusinessObject [JsonPropertyOrder(20)] [NonOfficial(NonOfficialCategory.CUSTOMER_REQUIREMENTS)] public string? LokationsbuendelObjektcode { get; set; } - + /// /// Enthält die ID der vorgelagerten Lokation. Kann Ids unterschiedlicher Lokationen enthalten, also zum Beispiel /// einer Messlokation oder Marktlokation. diff --git a/BO4E/BO/TechnischeRessource.cs b/BO4E/BO/TechnischeRessource.cs index 44f401bb..42e7cd81 100644 --- a/BO4E/BO/TechnischeRessource.cs +++ b/BO4E/BO/TechnischeRessource.cs @@ -238,7 +238,7 @@ public class TechnischeRessource : BusinessObject [JsonPropertyOrder(24)] [NonOfficial(NonOfficialCategory.CUSTOMER_REQUIREMENTS)] public string? LokationsbuendelObjektcode { get; set; } - + /// /// Enthält die ID der vorgelagerten Lokation. Kann Ids unterschiedlicher Lokationen enthalten, also zum Beispiel /// einer Messlokation oder Marktlokation.