Class
PerUserSettings

Definition

Namespace:ArtOfTest.WebAii.Design

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
[DataContract(Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.8")]
public class PerUserSettings

Inheritance: objectPerUserSettings

Constructors

PerUserSettings()

Declaration

cs-api-definition
public PerUserSettings()

Properties

ActiveTheme

Declaration

cs-api-definition
[DataMember(Name = "ActiveTheme")]
public string ActiveTheme { get; set; }

Property Value

string

HideFindExpWelcome

Declaration

cs-api-definition
[DataMember]
public bool HideFindExpWelcome { get; set; }

Property Value

bool

HighlightBorderColor

Declaration

cs-api-definition
[DataMember]
public int HighlightBorderColor { get; set; }

Property Value

int

HighlightBorderSize

Declaration

cs-api-definition
[DataMember]
public int HighlightBorderSize { get; set; }

Property Value

int

IsUploadRequiredForProject

Declaration

cs-api-definition
[DataMember]
public Dictionary<Guid, bool> IsUploadRequiredForProject { get; set; }

Property Value

Dictionary<Guid, bool>

MenuHoldTime

Declaration

cs-api-definition
[DataMember]
public double MenuHoldTime { get; set; }

Property Value

double

PreserveProjectState

Declaration

cs-api-definition
[DataMember(Name = "PreserveProjectState")]
public bool PreserveProjectState { get; set; }

Property Value

bool

ResponsiveBrowserDevice

Declaration

cs-api-definition
[DataMember]
public string ResponsiveBrowserDevice { get; set; }

Property Value

string

ResponsiveBrowserHeight

Declaration

cs-api-definition
[DataMember]
public int ResponsiveBrowserHeight { get; set; }

Property Value

int

ResponsiveBrowserUserAgent

Declaration

cs-api-definition
[DataMember]
public string ResponsiveBrowserUserAgent { get; set; }

Property Value

string

ResponsiveBrowserWidth

Declaration

cs-api-definition
[DataMember]
public int ResponsiveBrowserWidth { get; set; }

Property Value

int

ReverseProxyUrlPerProjectId

Declaration

cs-api-definition
[DataMember]
public Dictionary<Guid, string> ReverseProxyUrlPerProjectId { get; set; }

Property Value

Dictionary<Guid, string>

SelectedBrowserOption

Declaration

cs-api-definition
[DataMember]
public PersistableBrowserOptions SelectedBrowserOption { get; set; }

Property Value

PersistableBrowserOptions

SelectedResponsiveBrowserOption

Declaration

cs-api-definition
[DataMember]
public PersistableBrowserOptions SelectedResponsiveBrowserOption { get; set; }

Property Value

PersistableBrowserOptions

ShouldDeleteElement

Declaration

cs-api-definition
[DataMember]
public bool ShouldDeleteElement { get; set; }

Property Value

bool

ShowLoadFeatureTour

Declaration

cs-api-definition
[DataMember]
public bool ShowLoadFeatureTour { get; set; }

Property Value

bool

ShowStepResultDetails

Declaration

cs-api-definition
[DataMember(Name = "ShowStepResultDetails")]
public bool ShowStepResultDetails { get; set; }

Property Value

bool

ShowStoryboardHorizontalLayout

Declaration

cs-api-definition
[DataMember]
public bool ShowStoryboardHorizontalLayout { get; set; }

Property Value

bool

SilverlightConnectTimeout

Declaration

cs-api-definition
[DataMember]
public int SilverlightConnectTimeout { get; set; }

Property Value

int

SkipDeleteElementPrompt

Declaration

cs-api-definition
[DataMember]
public bool SkipDeleteElementPrompt { get; set; }

Property Value

bool

SkipFindExpressionSetDataDrivenWarning

Declaration

cs-api-definition
[DataMember]
public bool SkipFindExpressionSetDataDrivenWarning { get; set; }

Property Value

bool

SkipSavePrompt

Whether to skip the save prompt before running a test

Declaration

cs-api-definition
[DataMember]
public bool SkipSavePrompt { get; set; }

Property Value

bool

SkipUploadScheduledJobToStoragePromptPerProject

Declaration

cs-api-definition
[DataMember]
public Dictionary<Guid, bool> SkipUploadScheduledJobToStoragePromptPerProject { get; set; }

Property Value

Dictionary<Guid, bool>

StopShowingHandlerViewTips

Declaration

cs-api-definition
[DataMember]
public bool StopShowingHandlerViewTips { get; set; }

Property Value

bool

StopShowingLoadConditionsViewTips

Declaration

cs-api-definition
[DataMember]
public bool StopShowingLoadConditionsViewTips { get; set; }

Property Value

bool

StopShowingLoadResultsViewTips

Declaration

cs-api-definition
[DataMember]
public bool StopShowingLoadResultsViewTips { get; set; }

Property Value

bool

StopShowingLoadRunViewTips

Declaration

cs-api-definition
[DataMember]
public bool StopShowingLoadRunViewTips { get; set; }

Property Value

bool

StopShowingLoadUserGroupsViewTips

Declaration

cs-api-definition
[DataMember]
public bool StopShowingLoadUserGroupsViewTips { get; set; }

Property Value

bool

TfsDomain

Declaration

cs-api-definition
public string TfsDomain { get; set; }

Property Value

string

TfsDomainEncrypted

Declaration

cs-api-definition
[DataMember(Name = "TfsDomain")]
public string TfsDomainEncrypted { get; set; }

Property Value

string

TfsPassword

Declaration

cs-api-definition
public string TfsPassword { get; set; }

Property Value

string

TfsPasswordEncrypted

Declaration

cs-api-definition
[DataMember(Name = "TfsPassword")]
public string TfsPasswordEncrypted { get; set; }

Property Value

string

TfsSkipAuthDialog

Declaration

cs-api-definition
[DataMember(Name = "TfsSkipAuth")]
public bool TfsSkipAuthDialog { get; set; }

Property Value

bool

TfsUserName

Declaration

cs-api-definition
public string TfsUserName { get; set; }

Property Value

string

TfsUserNameEncrypted

Declaration

cs-api-definition
[DataMember(Name = "TfsUserName")]
public string TfsUserNameEncrypted { get; set; }

Property Value

string

TrackActiveFile

Declaration

cs-api-definition
[DataMember(Name = "TrackActiveFile")]
public bool TrackActiveFile { get; set; }

Property Value

bool

UrlHistory

Get or set the history of navigated urls

Declaration

cs-api-definition
[DataMember(Name = "UrlHistory", IsRequired = false, EmitDefaultValue = false)]
public List<Uri> UrlHistory { get; set; }

Property Value

List<Uri>