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.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
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