Table of Contents

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

SourceName string
Version string
LastSeen DateTime

Properties

LastSeen

public DateTime LastSeen { get; init; }

Property Value

DateTime

SourceName

public string SourceName { get; init; }

Property Value

string

Version

public string Version { get; init; }

Property Value

string