Class PerformanceMainView
Inheritance
System.Object
PerformanceMainView
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[TemplateVisualState(Name = "ShowPerformanceWelcomeViewState", GroupName = "PerformanceWelcomeViewStateGroup")]
[TemplateVisualState(Name = "HidePerformanceWelcomeViewState", GroupName = "PerformanceWelcomeViewStateGroup")]
[TemplateVisualState(Name = "ShowAnalyzeViewState", GroupName = "AnalyzeViewStateGroup")]
[TemplateVisualState(Name = "HideAnalyzeViewState", GroupName = "AnalyzeViewStateGroup")]
[TemplateVisualState(Name = "ShowHistoryViewState", GroupName = "HistoryViewStateGroup")]
[TemplateVisualState(Name = "HideHistoryViewState", GroupName = "HistoryViewStateGroup")]
[TemplateVisualState(Name = "ShowLoadingPanelState", GroupName = "LoadingScreenStateGroup")]
[TemplateVisualState(Name = "HideLoadingPanelState", GroupName = "LoadingScreenStateGroup")]
public class PerformanceMainView : UserControl, IStandaloneView, ICommandHandler, IComponentConnector
Constructors
PerformanceMainView()
Declaration
public PerformanceMainView()
Properties
Host
IsHostInitialized
Declaration
public bool IsHostInitialized { get; }
Property Value
System.Boolean
|
ShowHistoryView
Declaration
public bool ShowHistoryView { get; set; }
Property Value
System.Boolean
|
Methods
CanExecute(RoutedCommand, CanExecuteRoutedEventArgs)
Declaration
public bool CanExecute(RoutedCommand command, CanExecuteRoutedEventArgs e)
Parameters
System.Windows.Input.RoutedCommand
command
|
System.Windows.Input.CanExecuteRoutedEventArgs
e
|
Returns
System.Boolean
|
Implements
HandleCommand(RoutedCommand, ExecutedRoutedEventArgs)
Declaration
public void HandleCommand(RoutedCommand command, ExecutedRoutedEventArgs e)
Parameters
System.Windows.Input.RoutedCommand
command
|
System.Windows.Input.ExecutedRoutedEventArgs
e
|
Implements
Initialize(StandaloneHost)
InitializeComponent()
Declaration
public void InitializeComponent()
LoadProfilerResult(String, Boolean, ProfilerResultsFile)
Declaration
public void LoadProfilerResult(string strResultsFilePath, bool reloadHistory, ProfilerResultsFile perfResult = null)
Parameters
System.String
strResultsFilePath
|
System.Boolean
reloadHistory
|
ProfilerResultsFile
perfResult
|
PerformanceRunProfiler(BrowserType)
Declaration
public void PerformanceRunProfiler(BrowserType browserType)
Parameters
BrowserType
browserType
|