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
PerformanceProfileViewModel
|
AllProfiles
Declaration
public ObservableCollection<PerformanceProfileMetadataViewModel> AllProfiles { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<PerformanceProfileMetadataViewModel>
|
BenchmarkProfile
Declaration
public PerformanceProfileMetadataViewModel BenchmarkProfile { get; set; }
Property Value
PerformanceProfileMetadataViewModel
|
BusyContent
Declaration
public string BusyContent { get; set; }
Property Value
System.String
|
CompareViewModel
Declaration
public PerformanceCompareViewModel CompareViewModel { get; set; }
Property Value
PerformanceCompareViewModel
|
ConfigurationViewModel
Declaration
public PerformanceConfigurationViewModel ConfigurationViewModel { get; set; }
Property Value
PerformanceConfigurationViewModel
|
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|
IsLastProfileLogValid
Declaration
public bool IsLastProfileLogValid { get; set; }
Property Value
System.Boolean
|
IsProfilerRunning
Declaration
public bool IsProfilerRunning { get; }
Property Value
System.Boolean
|
LastProfileFilePath
Declaration
public string LastProfileFilePath { get; set; }
Property Value
System.String
|
LastProfileLog
Declaration
public string LastProfileLog { get; set; }
Property Value
System.String
|
LastProfilerRunResult
Declaration
public ExecutionReturnValues LastProfilerRunResult { get; set; }
Property Value
ExecutionReturnValues
|
ProfilerComponentViewModels
Declaration
public ObservableCollection<ProfilerComponentWrapperViewModel> ProfilerComponentViewModels { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ProfilerComponentWrapperViewModel>
|
ProfilerRunBrowserType
SupportedBrowserTypes
Declaration
public IList SupportedBrowserTypes { get; }
Property Value
System.Collections.IList
|
Test
TestSwitchedAndNeedsAttention
Declaration
public bool TestSwitchedAndNeedsAttention { get; set; }
Property Value
System.Boolean
|
UIProject
Methods
AbortProfiler()
Declaration
public void AbortProfiler()
DeleteProfile(PerformanceProfileMetadataViewModel)
Declaration
public void DeleteProfile(PerformanceProfileMetadataViewModel profile)
Parameters
PerformanceProfileMetadataViewModel
profile
|
EnumProfilesAsync()
Declaration
public Task EnumProfilesAsync()
Returns
System.Threading.Tasks.Task
|
OnTestSaving()
Declaration
public void OnTestSaving()
RunProfiler()
Declaration
public void RunProfiler()