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()
Namespace: ArtOfTest.WebAii.Design
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerUserSettings : IXmlPersistable
Constructors
PerUserSettings()
Declaration
public PerUserSettings()
Properties
ActiveTheme
Declaration
public string ActiveTheme { get; set; }
Property Value
System.
|
HideFindExpWelcome
Declaration
public bool HideFindExpWelcome { get; set; }
Property Value
System.
|
HighlightBorderColor
Declaration
public int HighlightBorderColor { get; set; }
Property Value
System.
|
HighlightBorderSize
Declaration
public int HighlightBorderSize { get; set; }
Property Value
System.
|
IsUploadRequiredForProject
Declaration
public Dictionary<Guid, bool> IsUploadRequiredForProject { get; set; }
Property Value
System.
|
MenuHoldTime
Declaration
public double MenuHoldTime { get; set; }
Property Value
System.
|
Password
Declaration
public string Password { get; set; }
Property Value
System.
|
PasswordEncrypted
Declaration
public string PasswordEncrypted { get; set; }
Property Value
System.
|
PreserveProjectState
Declaration
public bool PreserveProjectState { get; set; }
Property Value
System.
|
QcPassword
Declaration
public string QcPassword { get; set; }
Property Value
System.
|
QcPasswordEncrypted
Declaration
public string QcPasswordEncrypted { get; set; }
Property Value
System.
|
QcSkipAuthDialog
Declaration
public bool QcSkipAuthDialog { get; set; }
Property Value
System.
|
QcUserName
Declaration
public string QcUserName { get; set; }
Property Value
System.
|
QcUserNameEncrypted
Declaration
public string QcUserNameEncrypted { get; set; }
Property Value
System.
|
ResponsiveBrowserDevice
Declaration
public string ResponsiveBrowserDevice { get; set; }
Property Value
System.
|
ResponsiveBrowserHeight
Declaration
public int ResponsiveBrowserHeight { get; set; }
Property Value
System.
|
ResponsiveBrowserUserAgent
Declaration
public string ResponsiveBrowserUserAgent { get; set; }
Property Value
System.
|
ResponsiveBrowserWidth
Declaration
public int ResponsiveBrowserWidth { get; set; }
Property Value
System.
|
SelectedBrowserOption
Declaration
public PersistableBrowserOptions SelectedBrowserOption { get; set; }
Property Value
SelectedResponsiveBrowserOption
Declaration
public PersistableBrowserOptions SelectedResponsiveBrowserOption { get; set; }
Property Value
ShouldDeleteElement
Declaration
public bool ShouldDeleteElement { get; set; }
Property Value
System.
|
ShowLoadFeatureTour
Declaration
public bool ShowLoadFeatureTour { get; set; }
Property Value
System.
|
ShowStepResultDetails
Declaration
public bool ShowStepResultDetails { get; set; }
Property Value
System.
|
ShowStoryboardHorizontalLayout
Declaration
public bool ShowStoryboardHorizontalLayout { get; set; }
Property Value
System.
|
SilverlightConnectTimeout
Declaration
public int SilverlightConnectTimeout { get; set; }
Property Value
System.
|
SkipDeleteElementPrompt
Declaration
public bool SkipDeleteElementPrompt { get; set; }
Property Value
System.
|
SkipFindExpressionSetDataDrivenWarning
Declaration
public bool SkipFindExpressionSetDataDrivenWarning { get; set; }
Property Value
System.
|
SkipSavePrompt
Declaration
public bool SkipSavePrompt { get; set; }
Property Value
System.
|
SkipTPAuthDialog
Declaration
public bool SkipTPAuthDialog { get; set; }
Property Value
System.
|
SkipUploadScheduledJobToStoragePromptPerProject
Declaration
public Dictionary<Guid, bool> SkipUploadScheduledJobToStoragePromptPerProject { get; set; }
Property Value
System.
|
StopShowingHandlerViewTips
Declaration
public bool StopShowingHandlerViewTips { get; set; }
Property Value
System.
|
StopShowingLoadConditionsViewTips
Declaration
public bool StopShowingLoadConditionsViewTips { get; set; }
Property Value
System.
|
StopShowingLoadResultsViewTips
Declaration
public bool StopShowingLoadResultsViewTips { get; set; }
Property Value
System.
|
StopShowingLoadRunViewTips
Declaration
public bool StopShowingLoadRunViewTips { get; set; }
Property Value
System.
|
StopShowingLoadUserGroupsViewTips
Declaration
public bool StopShowingLoadUserGroupsViewTips { get; set; }
Property Value
System.
|
TfsDomain
Declaration
public string TfsDomain { get; set; }
Property Value
System.
|
TfsDomainEncrypted
Declaration
public string TfsDomainEncrypted { get; set; }
Property Value
System.
|
TfsPassword
Declaration
public string TfsPassword { get; set; }
Property Value
System.
|
TfsPasswordEncrypted
Declaration
public string TfsPasswordEncrypted { get; set; }
Property Value
System.
|
TfsSkipAuthDialog
Declaration
public bool TfsSkipAuthDialog { get; set; }
Property Value
System.
|
TfsUserName
Declaration
public string TfsUserName { get; set; }
Property Value
System.
|
TfsUserNameEncrypted
Declaration
public string TfsUserNameEncrypted { get; set; }
Property Value
System.
|
TrackActiveFile
Declaration
public bool TrackActiveFile { get; set; }
Property Value
System.
|
UrlHistory
Declaration
public List<Uri> UrlHistory { get; set; }
Property Value
System.
|
UserName
Declaration
public string UserName { get; set; }
Property Value
System.
|
UserNameEncrypted
Declaration
public string UserNameEncrypted { get; set; }
Property Value
System.
|
UseWindowsAuthentication
Declaration
public bool UseWindowsAuthentication { get; set; }
Property Value
System.
|
Explicit Interface Implementations
IXmlPersistable.CurrentVersion
Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.
|
Implements
IXmlPersistable.LoadFrom(XmlStoreNode)
Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
Xml
|
Implements
IXmlPersistable.RootName
Declaration
string IXmlPersistable.RootName { get; }
Returns
System.
|
Implements
IXmlPersistable.SaveTo(XmlStoreNode)
Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
Xml
|
Implements
IXmlPersistable.XmlBlob
Declaration
XmlBlob IXmlPersistable.XmlBlob { get; set; }