Table of Contents

Class SettingSnapshot

Namespace
MCM.Abstractions
Assembly
MCMv5.dll
public sealed record SettingSnapshot : IEquatable<SettingSnapshot>
Inheritance
SettingSnapshot
Implements
Inherited Members

Constructors

SettingSnapshot(string, string)

public SettingSnapshot(string Path, string JsonContent)

Parameters

Path string
JsonContent string

Properties

JsonContent

public string JsonContent { get; init; }

Property Value

string

Path

public string Path { get; init; }

Property Value

string