Class PerUserSettings
Inheritance
Inherited Members
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.String
|
HideFindExpWelcome
Declaration
public bool HideFindExpWelcome { get; set; }
Property Value
System.Boolean
|
HighlightBorderColor
Declaration
public int HighlightBorderColor { get; set; }
Property Value
System.Int32
|
HighlightBorderSize
Declaration
public int HighlightBorderSize { get; set; }
Property Value
System.Int32
|
IsUploadRequiredForProject
Declaration
public Dictionary<Guid, bool> IsUploadRequiredForProject { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.Guid, System.Boolean>
|
MenuHoldTime
Declaration
public double MenuHoldTime { get; set; }
Property Value
System.Double
|
Password
Declaration
public string Password { get; set; }
Property Value
System.String
|
PasswordEncrypted
Declaration
public string PasswordEncrypted { get; set; }
Property Value
System.String
|
PreserveProjectState
Declaration
public bool PreserveProjectState { get; set; }
Property Value
System.Boolean
|
QcPassword
Declaration
public string QcPassword { get; set; }
Property Value
System.String
|
QcPasswordEncrypted
Declaration
public string QcPasswordEncrypted { get; set; }
Property Value
System.String
|
QcSkipAuthDialog
Declaration
public bool QcSkipAuthDialog { get; set; }
Property Value
System.Boolean
|
QcUserName
Declaration
public string QcUserName { get; set; }
Property Value
System.String
|
QcUserNameEncrypted
Declaration
public string QcUserNameEncrypted { get; set; }
Property Value
System.String
|
ResponsiveBrowserDevice
Declaration
public string ResponsiveBrowserDevice { get; set; }
Property Value
System.String
|
ResponsiveBrowserHeight
Declaration
public int ResponsiveBrowserHeight { get; set; }
Property Value
System.Int32
|
ResponsiveBrowserUserAgent
Declaration
public string ResponsiveBrowserUserAgent { get; set; }
Property Value
System.String
|
ResponsiveBrowserWidth
Declaration
public int ResponsiveBrowserWidth { get; set; }
Property Value
System.Int32
|
SelectedBrowserOption
Declaration
public PersistableBrowserOptions SelectedBrowserOption { get; set; }
Property Value
PersistableBrowserOptions
|
SelectedResponsiveBrowserOption
Declaration
public PersistableBrowserOptions SelectedResponsiveBrowserOption { get; set; }
Property Value
PersistableBrowserOptions
|
ShouldDeleteElement
Declaration
public bool ShouldDeleteElement { get; set; }
Property Value
System.Boolean
|
ShowLoadFeatureTour
Declaration
public bool ShowLoadFeatureTour { get; set; }
Property Value
System.Boolean
|
ShowStepResultDetails
Declaration
public bool ShowStepResultDetails { get; set; }
Property Value
System.Boolean
|
ShowStoryboardHorizontalLayout
Declaration
public bool ShowStoryboardHorizontalLayout { get; set; }
Property Value
System.Boolean
|
SilverlightConnectTimeout
Declaration
public int SilverlightConnectTimeout { get; set; }
Property Value
System.Int32
|
SkipDeleteElementPrompt
Declaration
public bool SkipDeleteElementPrompt { get; set; }
Property Value
System.Boolean
|
SkipFindExpressionSetDataDrivenWarning
Declaration
public bool SkipFindExpressionSetDataDrivenWarning { get; set; }
Property Value
System.Boolean
|
SkipSavePrompt
Declaration
public bool SkipSavePrompt { get; set; }
Property Value
System.Boolean
|
SkipTPAuthDialog
Declaration
public bool SkipTPAuthDialog { get; set; }
Property Value
System.Boolean
|
SkipUploadScheduledJobToStoragePromptPerProject
Declaration
public Dictionary<Guid, bool> SkipUploadScheduledJobToStoragePromptPerProject { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.Guid, System.Boolean>
|
StopShowingHandlerViewTips
Declaration
public bool StopShowingHandlerViewTips { get; set; }
Property Value
System.Boolean
|
StopShowingLoadConditionsViewTips
Declaration
public bool StopShowingLoadConditionsViewTips { get; set; }
Property Value
System.Boolean
|
StopShowingLoadResultsViewTips
Declaration
public bool StopShowingLoadResultsViewTips { get; set; }
Property Value
System.Boolean
|
StopShowingLoadRunViewTips
Declaration
public bool StopShowingLoadRunViewTips { get; set; }
Property Value
System.Boolean
|
StopShowingLoadUserGroupsViewTips
Declaration
public bool StopShowingLoadUserGroupsViewTips { get; set; }
Property Value
System.Boolean
|
TfsDomain
Declaration
public string TfsDomain { get; set; }
Property Value
System.String
|
TfsDomainEncrypted
Declaration
public string TfsDomainEncrypted { get; set; }
Property Value
System.String
|
TfsPassword
Declaration
public string TfsPassword { get; set; }
Property Value
System.String
|
TfsPasswordEncrypted
Declaration
public string TfsPasswordEncrypted { get; set; }
Property Value
System.String
|
TfsSkipAuthDialog
Declaration
public bool TfsSkipAuthDialog { get; set; }
Property Value
System.Boolean
|
TfsUserName
Declaration
public string TfsUserName { get; set; }
Property Value
System.String
|
TfsUserNameEncrypted
Declaration
public string TfsUserNameEncrypted { get; set; }
Property Value
System.String
|
TrackActiveFile
Declaration
public bool TrackActiveFile { get; set; }
Property Value
System.Boolean
|
UrlHistory
Declaration
public List<Uri> UrlHistory { get; set; }
Property Value
System.Collections.Generic.List<System.Uri>
|
UserName
Declaration
public string UserName { get; set; }
Property Value
System.String
|
UserNameEncrypted
Declaration
public string UserNameEncrypted { get; set; }
Property Value
System.String
|
UseWindowsAuthentication
Declaration
public bool UseWindowsAuthentication { get; set; }
Property Value
System.Boolean
|
Explicit Interface Implementations
IXmlPersistable.CurrentVersion
Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.Version
|
Implements
IXmlPersistable.LoadFrom(XmlStoreNode)
Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Implements
IXmlPersistable.RootName
Declaration
string IXmlPersistable.RootName { get; }
Returns
System.String
|
Implements
IXmlPersistable.SaveTo(XmlStoreNode)
Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode
store
|