Class Settings.WpfSettings
Inheritance
System.Object
    Settings.WpfSettings
  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 WpfSettings : IXmlPersistableConstructors
WpfSettings()
Declaration
public WpfSettings()WpfSettings(Settings.WpfSettings)
Declaration
public WpfSettings(Settings.WpfSettings settingsToClone)Parameters
| Settings.WpfSettings
        settingsToClone 
 | 
WpfSettings(WpfSettingsConfigSectionHandler)
Declaration
public WpfSettings(WpfSettingsConfigSectionHandler sectionHandler)Parameters
| WpfSettingsConfigSectionHandler
        sectionHandler 
 | 
WpfSettings(String)
Declaration
public WpfSettings(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 
 |