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

This page was last modified at 07/17/2023 21:08:06 +03:00 (UTC).

Commit Message
Author:    Vitalii Mikhailov
Commit:    56212b30c9db4f0483bd688e2871513a31754ef3
Removed OpenSaveDialogs, replaced with net472 and netcoreapp3.1 targets

Added the ability to save Settings Packs