Class CellAliasSource
- Namespace
- Quilt4Net.Toolkit.Features.ApplicationInsights
- Assembly
- Quilt4Net.Toolkit.dll
public sealed record CellAliasSource : IEquatable<CellAliasSource>
- Inheritance
-
CellAliasSource
- Implements
- Inherited Members
Constructors
CellAliasSource(string, string, DateTime)
public CellAliasSource(string SourceName, string Version, DateTime LastSeen)
Parameters
Properties
LastSeen
public DateTime LastSeen { get; init; }
Property Value
SourceName
public string SourceName { get; init; }
Property Value
Version
public string Version { get; init; }