wip: update XML comments

This commit is contained in:
Erik Meyer
2026-01-28 17:45:51 -05:00
parent 1bbd4f15bf
commit 0bb5774cce
9 changed files with 1054 additions and 50 deletions

View File

@@ -74,9 +74,6 @@ namespace PepperDash.Essentials.Core
/// </summary>
[JsonProperty("type")]
[JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
/// <summary>
/// Gets or sets the Type
/// </summary>
public eLevelControlType Type { get; set; }