Table of Contents

Class PerSaveSettings

Namespace
MCM.Abstractions.Base.PerSave
Assembly
MCMv5.dll
public abstract class PerSaveSettings : BaseSettings, INotifyPropertyChanged
Inheritance
PerSaveSettings
Implements
Derived
Inherited Members
Extension Methods

Fields

Cache

protected static readonly ConcurrentDictionary<Type, string> Cache

Field Value

ConcurrentDictionary<Type, string>

CacheInstance

protected static readonly ConcurrentDictionary<string, BaseSettings?> CacheInstance

Field Value

ConcurrentDictionary<string, BaseSettings>

Properties

FormatType

public override sealed string FormatType { get; }

Property Value

string

This page was last modified at 06/20/2024 23:41:40 +03:00 (UTC).

Commit Message
Author:    Vitalii Mikhailov
Commit:    22da042e932b2b1a231a7120255b8281d0711bc1
Added SettingPropertyGroupMetadata

Removed obsolete code