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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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