Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.Serialization.Settings.SettingsFileXml<TSettings>

Generic type parameters

TSettings
  • Must have a default constructor.
This type parameter is not documented.

Constructors

SettingsFileXml<TSettings>(string appName, SettingsLocation location = SettingsLocation.User, bool throwOnError = false, string suffix = ".Settings.xml", ClassifyOptions options = null)
This member is not documented.
SettingsFileXml<TSettings>(bool throwOnError, string filename, ClassifyOptions options = null)
This member is not documented.

Instance methods

string
PathCombine(params string[] paths)
Combines the directory containing this settings file with the specified path segments. Use this method to reference additional files relative to the settings directory with correct support for portable mode marker file.
bool
Save(bool? throwOnError = null)
Saves the settings object SettingsFile<TSettings>.Settings to the settings file. (see also remarks)
bool
Save(string filename, bool? throwOnError = null)
void Saves settings on a background thread after a short delay. See Remarks. (see also remarks)