Class UserSettings
Inheritance
System.Object
UserSettings
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()
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class UserSettings : INotifyPropertyChanged, IExtensibleDataObject, ICloneable, IXmlPersistable
Constructors
Fields
Declaration
public static string ArtOfTestFolderName
Field Value
Declaration
public static readonly string SETTINGS_FILENAME
Field Value
Properties
Declaration
public bool AbsoluteDragDrop { get; set; }
Property Value
Declaration
public string ActiveTheme { get; set; }
Property Value
Declaration
public string AssemblyName { get; set; }
Property Value
Declaration
public string BaseClassName { get; set; }
Property Value
Declaration
public bool BugAddAttachment { get; set; }
Property Value
Declaration
public bool BugAutoSubmit { get; set; }
Property Value
Declaration
public string BugDescriptionMask { get; set; }
Property Value
Declaration
public string BugTitleMask { get; set; }
Property Value
Declaration
public string DefaultDesktopApplication { get; set; }
Property Value
Declaration
public SelectDropDownType DefaultDropDownSelection { get; set; }
Property Value
Declaration
public string DefaultWPFApplication { get; set; }
Property Value
Declaration
public bool DisplayElementImagePreview { get; set; }
Property Value
Declaration
public int ElementImageSearchDelay { get; set; }
Property Value
Declaration
public int ElementImageSearchTimeout { get; set; }
Property Value
Declaration
public int ElementImageThreshold { get; set; }
Property Value
Declaration
public bool EnableImageSearch { get; set; }
Property Value
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
|
System.Runtime.Serialization.ExtensionDataObject
|
Declaration
public GeneratedElementIdentificationType GeneratedElementIdentificationType { get; set; }
Property Value
Declaration
public bool HideFindExpressionWelcome { get; set; }
Property Value
Declaration
public int HighlightBorderColor { get; set; }
Property Value
Declaration
public int HighlightBorderSize { get; set; }
Property Value
Declaration
[XmlPersisted]
public Dictionary<string, IdentificationOptionsScheme> IdentificationOptionSchemes { get; set; }
Property Value
Declaration
public int ImageScalePercentage { get; set; }
Property Value
Declaration
public bool IsDirty { get; set; }
Property Value
Declaration
public bool IsElementImageCapturingEnabled { get; set; }
Property Value
Declaration
public bool IsStoryBoardCapturingEnabled { get; set; }
Property Value
Declaration
public string Namespace { get; set; }
Property Value
Declaration
public string OutputFolder { get; set; }
Property Value
Declaration
public bool PreserveProjectState { get; set; }
Property Value
Declaration
public Guid ProjectGuid { get; }
Property Value
Declaration
public AssemblyReferenceCollection ProjectReferences { get; }
Property Value
Declaration
public string ProjectVersion { get; }
Property Value
Declaration
public bool PromptNameOnAddElement { get; set; }
Property Value
Declaration
public string QcDomain { get; set; }
Property Value
Declaration
public string QcPassword { get; set; }
Property Value
Declaration
public string QcPasswordEncrypted { get; set; }
Property Value
Declaration
public string QcProject { get; set; }
Property Value
Declaration
public string QcServerUrl { get; set; }
Property Value
Declaration
public bool QcSkipAuthDialog { get; set; }
Property Value
Declaration
public string QcUserName { get; set; }
Property Value
Declaration
public int QuickExecutionClientReadyTimeout { get; set; }
Property Value
Declaration
public int QuickExecutionElementWaitTimeout { get; set; }
Property Value
Declaration
public string RecorderBaseUrl { get; set; }
Property Value
Declaration
public bool RecordjQueryInDescriptorsIfPossible { get; set; }
Property Value
Declaration
public bool RecordWpfWindowStateChanged { get; set; }
Property Value
Declaration
public string ResponsiveBrowserDevice { get; set; }
Property Value
Declaration
public int ResponsiveBrowserHeight { get; set; }
Property Value
Declaration
public string ResponsiveBrowserUserAgent { get; set; }
Property Value
Declaration
public int ResponsiveBrowserWidth { get; set; }
Property Value
Declaration
public bool SearchByImageFirst { get; set; }
Property Value
Declaration
public PersistableBrowserOptions SelectedBrowserOption { get; set; }
Property Value
Declaration
public string SelectedIdentificationScheme { get; set; }
Property Value
Declaration
public PersistableBrowserOptions SelectedResponsiveBrowserOption { get; set; }
Property Value
Declaration
public bool ShouldDeleteElement { get; set; }
Property Value
Declaration
public bool ShowLoadFeatureTour { get; set; }
Property Value
Declaration
public bool ShowStepResultDetails { get; set; }
Property Value
Declaration
public bool ShowStoryboardHorizontalLayout { get; set; }
Property Value
Declaration
public int SilverlightConnectTimeout { get; set; }
Property Value
Declaration
public bool SimulateRealClickByDefault { get; set; }
Property Value
Declaration
public bool SimulateRealSilverlightUserByDefault { get; set; }
Property Value
Declaration
public bool SimulateRealTypingByDefault { get; set; }
Property Value
Declaration
public bool SkipDeleteElementPrompt { get; set; }
Property Value
Declaration
public bool SkipFindExpressionSetDataDrivenWarning { get; set; }
Property Value
Declaration
public bool SkipTranslatorsOptimization { get; set; }
Property Value
Declaration
public bool StopShowingHandlerViewTips { get; set; }
Property Value
Declaration
public bool StopShowingLoadConditionsViewTips { get; set; }
Property Value
Declaration
public bool StopShowingLoadResultsViewTips { get; set; }
Property Value
Declaration
public bool StopShowingLoadRunViewTips { get; set; }
Property Value
Declaration
public bool StopShowingLoadUserGroupsViewTips { get; set; }
Property Value
Declaration
public int TeamPulseDefaultProjectId { get; set; }
Property Value
Declaration
public string TeamPulseServerUrl { get; set; }
Property Value
Declaration
public TelerikComponentsVersion TelerikComponentsVersion { get; set; }
Property Value
Declaration
public string TfsDomain { get; set; }
Property Value
Declaration
public string TfsPassword { get; set; }
Property Value
Declaration
public string TfsPasswordEncrypted { get; set; }
Property Value
Declaration
public bool TfsSkipAuthDialog { get; set; }
Property Value
Declaration
public string TfsUserName { get; set; }
Property Value
Declaration
public string TpPassword { get; set; }
Property Value
Declaration
public string TpPasswordEncrypted { get; set; }
Property Value
Declaration
public bool TpSkipAuthDialog { get; set; }
Property Value
Declaration
public string TpUserName { get; set; }
Property Value
Declaration
public bool TpUseWindowsAuth { get; set; }
Property Value
Declaration
public bool TrackActiveFile { get; set; }
Property Value
Declaration
public UnitTestType UnitTestTypeCodeGeneration { get; set; }
Property Value
Declaration
public List<Uri> UrlHistory { get; set; }
Property Value
|
System.Collections.Generic.List<System.Uri>
|
Declaration
public PageUriCompareMode UrlRecordMode { get; set; }
Property Value
Declaration
public bool UseBrowserExtension { get; set; }
Property Value
Declaration
public bool UseHttpProxy { get; set; }
Property Value
Declaration
public bool UseLegacySilverlightFindLogic { get; set; }
Property Value
Declaration
public bool UseScreenshotCache { get; set; }
Property Value
Declaration
public bool WebComponents { get; set; }
Property Value
Methods
Declaration
Returns
Implements
System.ICloneable.Clone()
Declaration
public void InitNewPropertiesDefaultValuesV2(Version upgradingFrom)
Parameters
|
System.Version
upgradingFrom
|
Declaration
public static void OnError(StreamingContext context, ErrorContext errorContext)
Parameters
|
System.Runtime.Serialization.StreamingContext
context
|
|
Newtonsoft.Json.Serialization.ErrorContext
errorContext
|
Declaration
protected void OnPropertyChanged(string name)
Parameters
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|
Declaration
public event EventHandler SettingsChanged
Event Type
Declaration
public event EventHandler<TranslatorGroupEnabledChangedEventArgs> TranslatorGroupEnabledChanged
Event Type
Explicit Interface Implementations
Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
Implements
Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
Implements
Declaration
string IXmlPersistable.RootName { get; }
Returns
Implements
Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
Implements
Declaration
XmlBlob IXmlPersistable.XmlBlob { get; set; }
Returns
Implements