Interface IPersistentSettings
Represents methods to save/restore key properties of some object.
public interface IPersistentSettings : IImport, IExport
Methods
- Assign(IPersistentSettings)
When implemented by a class, copies the content from another
IPersistentSettings
object.