Click or drag to resize

IPersistSettings Interface

Defines as interface that specifies that this object can persists settings to a config file.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax
public interface IPersistSettings

The IPersistSettings type exposes the following members.

Properties
 NameDescription
Public propertyPersistSettings Determines whether the object settings are to be persisted to the config file.
Public propertySettingsCategory Gets or sets the category name under which the object settings are persisted in the config file.
Top
Methods
 NameDescription
Public methodLoadSettings Loads saved settings from the config file.
Public methodSaveSettings Saves settings to the config file.
Top
See Also