Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
levtoji committed Aug 20, 2024
1 parent 13029a3 commit 2993cd5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BO4E/BO/Marktlokation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public class Marktlokation : BusinessObject
[ProtoMember(42)]
[JsonPropertyOrder(42)]
public string? LokationsbuendelObjektcode { get; set; }

/// <summary>
/// Enthält die ID der vorgelagerten Lokation. Kann Ids unterschiedlicher Lokationen enthalten, also zum Beispiel
/// einer Messlokation oder Marktlokation.
Expand Down
4 changes: 2 additions & 2 deletions BO4E/BO/Messlokation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public class Messlokation : BusinessObject
[JsonPropertyOrder(30)]
[NonOfficial(NonOfficialCategory.CUSTOMER_REQUIREMENTS)]
public List<Messprodukt>? Messprodukte { get; set; }


// /// <summary>
// /// Lokationszuordnung, um bspw. die zugehörigen Marktlokationen anzugeben
Expand All @@ -308,7 +308,7 @@ public class Messlokation : BusinessObject
[ProtoMember(1026)]
[JsonPropertyOrder(32)]
public string? LokationsbuendelObjektcode { get; set; }

/// <summary>
/// Enthält die ID der vorgelagerten Lokation. Kann Ids unterschiedlicher Lokationen enthalten, also zum Beispiel
/// einer Messlokation oder Marktlokation.
Expand Down
2 changes: 1 addition & 1 deletion BO4E/BO/Netzlokation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public class Netzlokation : BusinessObject
[JsonPropertyOrder(20)]
[NonOfficial(NonOfficialCategory.CUSTOMER_REQUIREMENTS)]
public string? LokationsbuendelObjektcode { get; set; }

/// <summary>
/// Enthält die ID der vorgelagerten Lokation. Kann Ids unterschiedlicher Lokationen enthalten, also zum Beispiel
/// einer Messlokation oder Marktlokation.
Expand Down
2 changes: 1 addition & 1 deletion BO4E/BO/TechnischeRessource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public class TechnischeRessource : BusinessObject
[JsonPropertyOrder(24)]
[NonOfficial(NonOfficialCategory.CUSTOMER_REQUIREMENTS)]
public string? LokationsbuendelObjektcode { get; set; }

/// <summary>
/// Enthält die ID der vorgelagerten Lokation. Kann Ids unterschiedlicher Lokationen enthalten, also zum Beispiel
/// einer Messlokation oder Marktlokation.
Expand Down

0 comments on commit 2993cd5

Please sign in to comment.