Click or drag to resize

Orthogonal.NSettings Namespace

This namespace contains the core implementations of the NSettings library that use the Windows Registry and a single XML as backing storage for settings. For more information see Project Wiki.
Classes
 ClassDescription
Public classBaseProcessor All settings processors must derive from this class and override the abstract and virtual members as necessary to implement the actual reading and writing of settings keys and values from a backing storage type of their choice.
Public classRegistrySettings A settings processor that uses the Registry as the backing storage.
Public classXmlFileSettings A settings processor that uses a single XML document file as the backing storage.
Interfaces
 InterfaceDescription
Public interfaceISettingsProcessor This interface specifies the methods that must be implemented by any compliant settings processor.