New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Core

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class SettingsConfigSectionHandler : ConfigurationSection

Inheritance: objectConfigurationElementConfigurationSectionSettingsConfigSectionHandler

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

C#
public SettingsConfigSectionHandler()

Properties

C#
[ConfigurationProperty("annotateExecution", IsRequired = false, DefaultValue = false)]
public bool AnnotateExecution { get; set; }
C#
[ConfigurationProperty("annotationMode", IsRequired = false, DefaultValue = AnnotationMode.All)]
public AnnotationMode AnnotationMode { get; set; }
C#
[ConfigurationProperty("clientReadyTimeout", IsRequired = false, DefaultValue = 30000)]
public int ClientReadyTimeout { get; set; }
C#
[ConfigurationProperty("createLogFile", IsRequired = false, DefaultValue = true)]
public bool CreateLogFile { get; set; }
C#
[ConfigurationProperty("disableDialogMonitoring", IsRequired = false, DefaultValue = false)]
public bool DisableDialogMonitoring { get; set; }
C#
[ConfigurationProperty("elementWaitTimeout", IsRequired = false, DefaultValue = 15000)]
public int ElementWaitTimeout { get; set; }
C#
[ConfigurationProperty("executionDelay", IsRequired = false, DefaultValue = 0)]
public int ExecutionDelay { get; set; }
C#
[ConfigurationProperty("executionTimeout", IsRequired = false, DefaultValue = 20000)]
public int ExecutionTimeout { get; set; }
C#
[ConfigurationProperty("logAnnotations", IsRequired = false, DefaultValue = false)]
public bool LogAnnotations { get; set; }
C#
[ConfigurationProperty("logLocation", IsRequired = false, DefaultValue = "C:\\WebAiiLog\\")]
public string LogLocation { get; set; }
C#
[ConfigurationProperty("queryEventLogErrorsOnExit", IsRequired = false, DefaultValue = false)]
public bool QueryEventLogErrorsOnExit { get; set; }
C#
[ConfigurationProperty("recordingCodec", IsRequired = false, DefaultValue = RecordingCodec.MJPEG)]
public RecordingCodec RecordingCodec { get; set; }
C#
[ConfigurationProperty("recordingFPS", IsRequired = false, DefaultValue = 5)]
public int RecordingFPS { get; set; }
C#
[ConfigurationProperty("recordingMode", IsRequired = false, DefaultValue = RecordingMode.Off)]
public RecordingMode RecordingMode { get; set; }
C#
[ConfigurationProperty("recordingOutputLocation", IsRequired = false, DefaultValue = "")]
public string RecordingOutputLocation { get; set; }
C#
[ConfigurationProperty("recordingScale", IsRequired = false, DefaultValue = 100)]
public int RecordingScale { get; set; }
C#
[ConfigurationProperty("recordingSizeLimit", IsRequired = false, DefaultValue = 0)]
public int RecordingSizeLimit { get; set; }
C#
[ConfigurationProperty("simulatedMouseMoveSpeed", IsRequired = false, DefaultValue = 0.3)]
public float SimulatedMouseMoveSpeed { get; set; }
C#
[ConfigurationProperty("telerikComponentsVersion", IsRequired = false, DefaultValue = TelerikComponentsVersion.Latest)]
public TelerikComponentsVersion TelerikComponentsVersion { get; set; }
C#
[ConfigurationProperty("unexpectedDialogAction", IsRequired = false, DefaultValue = UnexpectedDialogAction.HandleAndFailTest)]
public UnexpectedDialogAction UnexpectedDialogAction { get; set; }
C#
[ConfigurationProperty("waitCheckInterval", IsRequired = false, DefaultValue = 500)]
public int WaitCheckInterval { get; set; }
C#
[ConfigurationProperty("xMultiMgr", IsRequired = false, DefaultValue = false)]
public bool XMultiMgr { get; set; }