Interface ISelectCounterTemplateViewModel
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ISelectCounterTemplateViewModel : INotifyPropertyChanged
Properties
AvailableTemplates
Declaration
IEnumerable<IPerformanceCounterTemplate> AvailableTemplates { get; }
Property Value
System.
|
DeleteSelectedCommand
Declaration
ICommand DeleteSelectedCommand { get; set; }
Property Value
System.
|
SelectedCounters
Declaration
ObservableCollection<IPerformanceCounterSelectedCounterViewModel> SelectedCounters { get; set; }
Property Value
System.
|
SelectedTemplates
Declaration
IEnumerable<IPerformanceCounterTemplate> SelectedTemplates { get; set; }
Property Value
System.
|
Methods
LoadTemplates()
Declaration
void LoadTemplates()