Class BaseAddinConfiguration<T>

Base class that can be used for holding configuration values that are persisted between execution. Create a class that inherits from this base class and use the Current property to access the active instance

You can save configuration to a json file by setting ConfigurationFilename and calling the .Write() method at any point.

System.Object
  Westwind.Utilities.Configuration.AppConfiguration
    MarkdownMonster.AddIns.BaseAddinConfiguration<T>
public class BaseAddinConfiguration<T> : AppConfiguration, INotifyPropertyChanged

Class Members

MemberDescription

Constructor

PropertyChanged

INotifyPropertyChanged handler implementation

ConfigurationFilename

Just the file name of the configuration file in which to store configuration settings. This file will be auto-created in the MM Common folder.

Current

The current configuration instance. Automatically loaded on first use - always available.

Requirements

Namespace: MarkdownMonster.AddIns
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic