Class PersistentSettings
Represents a base class for classes designed to save/restore key properties of some object.
public class PersistentSettings : IPersistentSettings, IImport, IExport- Inheritance
- 
      
      PersistentSettings
- Implements
- Derived
Constructors
Properties
- SerializationInfo
- Gets or sets an xml representation of this - PersistentSettingsobject.
Methods
- Assign(IPersistentSettings)
- Copies the contents from another - IPersistentSettingsobject.
- GetXmlType()
- Returns Type object for a class that contain control's settings information. In this class method returns null. Descendant classes can override this method. 
- LoadFile(string)
- Loads - IPersistentSettingscontent from the specified file.
- LoadFile(string, Encoding)
- Loads - IPersistentSettingscontent from the specified file with specified encoding.
- LoadStream(Stream)
- Loads - IPersistentSettingscontent from the specified stream with specified encoding.
- LoadStream(Stream, Encoding)
- Loads - IPersistentSettingscontent from the specified stream with specified encoding.
- LoadStream(TextReader)
- Loads - IPersistentSettingscontent from the specified stream.
- SaveFile(string)
- Saves - IPersistentSettingscontent to the specified file.
- SaveFile(string, Encoding)
- Saves - IPersistentSettingscontent to the specified file with specific encoding.
- SaveStream(Stream)
- Saves - IPersistentSettingscontent to the specified stream.
- SaveStream(Stream, Encoding)
- Saves - IPersistentSettingscontent to the specified stream with specific encoding.
- SaveStream(TextWriter)
- Saves - IPersistentSettingscontent to the specified stream.