Class DebugOptionsViewModel
Inheritance
System.Object
DebugOptionsViewModel
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.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DebugOptionsViewModel : INotifyPropertyChanged
Constructors
DebugOptionsViewModel(DebuggerOptions, Settings)
Declaration
public DebugOptionsViewModel(DebuggerOptions options, Settings settings)
Parameters
DebuggerOptions
options
|
Settings
settings
|
Properties
ClientReadyTimeout
Declaration
public int ClientReadyTimeout { get; set; }
Property Value
System.Int32
|
ElementWaitTimeout
Declaration
public int ElementWaitTimeout { get; set; }
Property Value
System.Int32
|
IsAutoPauseNever
Declaration
public bool IsAutoPauseNever { get; set; }
Property Value
System.Boolean
|
IsAutoPauseOnAnyError
Declaration
public bool IsAutoPauseOnAnyError { get; set; }
Property Value
System.Boolean
|
IsAutoPauseOnFindError
Declaration
public bool IsAutoPauseOnFindError { get; set; }
Property Value
System.Boolean
|
IsAutoPauseOnVerifyError
Declaration
public bool IsAutoPauseOnVerifyError { get; set; }
Property Value
System.Boolean
|
IsAutoPauseOnWaitError
Declaration
public bool IsAutoPauseOnWaitError { get; set; }
Property Value
System.Boolean
|
Methods
OnPropertyChanged(String)
Declaration
public void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|