Class PerUserSettings
Inheritance
System.Object
PerUserSettings
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 PerUserSettings : IXmlPersistable
Constructors
Properties
Declaration
public string ActiveTheme { get; set; }
Property Value
Declaration
public bool HideFindExpWelcome { get; set; }
Property Value
Declaration
public int HighlightBorderColor { get; set; }
Property Value
Declaration
public int HighlightBorderSize { get; set; }
Property Value
Declaration
public Dictionary<Guid, bool> IsUploadRequiredForProject { get; set; }
Property Value
|
System.Collections.Generic.Dictionary<System.Guid, System.Boolean>
|
Declaration
public string Password { get; set; }
Property Value
Declaration
public string PasswordEncrypted { get; set; }
Property Value
Declaration
public bool PreserveProjectState { get; set; }
Property Value
Declaration
public string QcPassword { get; set; }
Property Value
Declaration
public string QcPasswordEncrypted { get; set; }
Property Value
Declaration
public bool QcSkipAuthDialog { get; set; }
Property Value
Declaration
public string QcUserName { get; set; }
Property Value
Declaration
public string QcUserNameEncrypted { 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 PersistableBrowserOptions SelectedBrowserOption { 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 SkipDeleteElementPrompt { get; set; }
Property Value
Declaration
public bool SkipFindExpressionSetDataDrivenWarning { get; set; }
Property Value
Declaration
public bool SkipSavePrompt { get; set; }
Property Value
Declaration
public bool SkipTPAuthDialog { get; set; }
Property Value
Declaration
public Dictionary<Guid, bool> SkipUploadScheduledJobToStoragePromptPerProject { get; set; }
Property Value
|
System.Collections.Generic.Dictionary<System.Guid, System.Boolean>
|
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 string TfsDomain { get; set; }
Property Value
Declaration
public string TfsDomainEncrypted { 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 TfsUserNameEncrypted { get; set; }
Property Value
Declaration
public bool TrackActiveFile { get; set; }
Property Value
Declaration
public List<Uri> UrlHistory { get; set; }
Property Value
|
System.Collections.Generic.List<System.Uri>
|
Declaration
public string UserName { get; set; }
Property Value
Declaration
public string UserNameEncrypted { get; set; }
Property Value
Declaration
public bool UseWindowsAuthentication { get; set; }
Property Value
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