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.Collections.Generic.IEnumerable<IPerformanceCounterTemplate>
|
DeleteSelectedCommand
Declaration
ICommand DeleteSelectedCommand { get; set; }
Property Value
|
System.Windows.Input.ICommand
|
SelectedCounters
Declaration
ObservableCollection<IPerformanceCounterSelectedCounterViewModel> SelectedCounters { get; set; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<IPerformanceCounterSelectedCounterViewModel>
|
SelectedTemplates
Declaration
IEnumerable<IPerformanceCounterTemplate> SelectedTemplates { get; set; }
Property Value
|
System.Collections.Generic.IEnumerable<IPerformanceCounterTemplate>
|
Methods
LoadTemplates()
Declaration
void LoadTemplates()