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.283-beta+c965646d479a9eab83d024dda466bc5a7b4c1300
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