feat(dcl): surface MxGateway attribute DataType through browse seam

This commit is contained in:
Joseph Doherty
2026-06-27 13:24:25 -04:00
parent 5076f0a277
commit ce4d5f0639
4 changed files with 22 additions and 3 deletions
@@ -18,7 +18,7 @@ public record MxReadOutcome(string TagPath, bool Success, object? Value, Quality
public record MxWriteOutcome(string TagPath, bool Success, string? Error);
/// <summary>One node in a Galaxy browse level.</summary>
public record MxBrowseChild(string NodeId, string DisplayName, BrowseNodeClass NodeClass, bool HasChildren);
public record MxBrowseChild(string NodeId, string DisplayName, BrowseNodeClass NodeClass, bool HasChildren, string? DataType = null);
/// <summary>
/// Seam over the MxAccess Gateway .NET client + Galaxy repository client. Decouples