Class PerformanceMainViewModel
Inheritance
System.Object
PerformanceMainViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceMainViewModel : ViewModelBase
Constructors
PerformanceMainViewModel()
Declaration
public PerformanceMainViewModel()
Properties
ActiveProfile
Declaration
public PerformanceProfileViewModel ActiveProfile { get; set; }
Property Value
AllProfiles
Declaration
public ObservableCollection<PerformanceProfileMetadataViewModel> AllProfiles { get; set; }
Property Value
System.
|
BenchmarkProfile
Declaration
public PerformanceProfileMetadataViewModel BenchmarkProfile { get; set; }
Property Value
BusyContent
Declaration
public string BusyContent { get; set; }
Property Value
System.
|
CompareViewModel
Declaration
public PerformanceCompareViewModel CompareViewModel { get; set; }
Property Value
ConfigurationViewModel
Declaration
public PerformanceConfigurationViewModel ConfigurationViewModel { get; set; }
Property Value
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
System.
|
IsLastProfileLogValid
Declaration
public bool IsLastProfileLogValid { get; set; }
Property Value
System.
|
IsProfilerRunning
Declaration
public bool IsProfilerRunning { get; }
Property Value
System.
|
LastProfileFilePath
Declaration
public string LastProfileFilePath { get; set; }
Property Value
System.
|
LastProfileLog
Declaration
public string LastProfileLog { get; set; }
Property Value
System.
|
LastProfilerRunResult
Declaration
public ExecutionReturnValues LastProfilerRunResult { get; set; }
Property Value
ProfilerComponentViewModels
Declaration
public ObservableCollection<ProfilerComponentWrapperViewModel> ProfilerComponentViewModels { get; set; }
Property Value
System.
|
ProfilerRunBrowserType
SupportedBrowserTypes
Declaration
public IList SupportedBrowserTypes { get; }
Property Value
System.
|
Test
TestSwitchedAndNeedsAttention
Declaration
public bool TestSwitchedAndNeedsAttention { get; set; }
Property Value
System.
|
UIProject
Methods
AbortProfiler()
Declaration
public void AbortProfiler()
DeleteProfile(PerformanceProfileMetadataViewModel)
Declaration
public void DeleteProfile(PerformanceProfileMetadataViewModel profile)
Parameters
EnumProfilesAsync()
Declaration
public Task EnumProfilesAsync()
Returns
System.
|
OnTestSaving()
Declaration
public void OnTestSaving()
RunProfiler()
Declaration
public void RunProfiler()