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
CacheInstance
protected static readonly ConcurrentDictionary<string, BaseSettings?> CacheInstance
Field Value
Properties
FormatType
public override sealed string FormatType { get; }