Class
DesktopSettingsConfigSectionHandler

Class representing desktop settings configuration section handler

Definition

Namespace:ArtOfTest.WebAii.Core

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class DesktopSettingsConfigSectionHandler : ConfigurationSection

Inheritance: objectConfigurationElementConfigurationSectionDesktopSettingsConfigSectionHandler

Inherited Members ConfigurationSection.GetRuntimeObject()ConfigurationSection.IsModified()ConfigurationSection.ResetModified()ConfigurationSection.DeserializeSection(XmlReader)ConfigurationSection.SerializeSection(ConfigurationElement, string, ConfigurationSaveMode)ConfigurationSection.ShouldSerializePropertyInTargetVersion(ConfigurationProperty, string, FrameworkName, ConfigurationElement)ConfigurationSection.ShouldSerializeElementInTargetVersion(ConfigurationElement, string, FrameworkName)ConfigurationSection.ShouldSerializeSectionInTargetVersion(FrameworkName)ConfigurationSection.SectionInformationConfigurationElement.Init()ConfigurationElement.IsReadOnly()ConfigurationElement.SetReadOnly()ConfigurationElement.ListErrors(IList)ConfigurationElement.InitializeDefault()ConfigurationElement.Reset(ConfigurationElement)ConfigurationElement.Equals(object)ConfigurationElement.GetHashCode()ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)ConfigurationElement.SerializeToXmlElement(XmlWriter, string)ConfigurationElement.SerializeElement(XmlWriter, bool)ConfigurationElement.DeserializeElement(XmlReader, bool)ConfigurationElement.OnRequiredPropertyNotFound(string)ConfigurationElement.PostDeserialize()ConfigurationElement.PreSerialize(XmlWriter)ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)ConfigurationElement.GetTransformedTypeString(string)ConfigurationElement.GetTransformedAssemblyString(string)ConfigurationElement.LockAttributesConfigurationElement.LockAllAttributesExceptConfigurationElement.LockElementsConfigurationElement.LockAllElementsExceptConfigurationElement.LockItemConfigurationElement.this[ConfigurationProperty]ConfigurationElement.this[string]ConfigurationElement.PropertiesConfigurationElement.ElementInformationConfigurationElement.EvaluationContextConfigurationElement.ElementPropertyConfigurationElement.HasContextConfigurationElement.CurrentConfiguration

Constructors

DesktopSettingsConfigSectionHandler()

Declaration

cs-api-definition
public DesktopSettingsConfigSectionHandler()

Properties

DefaultApplicationArgs

Represents the default application arguments for the Desktop tests.

Declaration

cs-api-definition
[ConfigurationProperty("defaultApplicationArgs", IsRequired = false)]
public string DefaultApplicationArgs { get; set; }

Property Value

string

DefaultApplicationPath

Represents the default application path for the Desktop tests.

Declaration

cs-api-definition
[ConfigurationProperty("defaultApplicationPath", IsRequired = false)]
public string DefaultApplicationPath { get; set; }

Property Value

string