Class Settings.DesktopSettings
Inheritance
System.Object
Settings.DesktopSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopSettings : IXmlPersistable
Constructors
DesktopSettings()
Declaration
public DesktopSettings()
DesktopSettings(DesktopSettingsConfigSectionHandler)
Declaration
public DesktopSettings(DesktopSettingsConfigSectionHandler sectionHandler)
Parameters
DesktopSettingsConfigSectionHandler
sectionHandler
|
DesktopSettings(Settings.DesktopSettings)
Declaration
public DesktopSettings(Settings.DesktopSettings settingsToClone)
Parameters
Settings.DesktopSettings
settingsToClone
|
DesktopSettings(String)
Declaration
public DesktopSettings(string defaultApplicationPath)
Parameters
System.String
defaultApplicationPath
|
Properties
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
DefaultApplicationPath
Declaration
public string DefaultApplicationPath { get; set; }
Property Value
System.String
|
RootName
Declaration
public string RootName { get; }
Property Value
System.String
|