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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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