Interface
ISelectCounterTemplateViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.ViewModels.Interfaces

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface ISelectCounterTemplateViewModel : INotifyPropertyChanged

Inherited Members INotifyPropertyChanged.PropertyChanged

Properties

AvailableTemplates

Declaration

cs-api-definition
IEnumerable<IPerformanceCounterTemplate> AvailableTemplates { get; }

Property Value

IEnumerable<IPerformanceCounterTemplate>

DeleteSelectedCommand

Declaration

cs-api-definition
ICommand DeleteSelectedCommand { get; set; }

Property Value

ICommand

SelectedCounters

Declaration

cs-api-definition
ObservableCollection<IPerformanceCounterSelectedCounterViewModel> SelectedCounters { get; set; }

Property Value

ObservableCollection<IPerformanceCounterSelectedCounterViewModel>

SelectedTemplates

Declaration

cs-api-definition
IEnumerable<IPerformanceCounterTemplate> SelectedTemplates { get; set; }

Property Value

IEnumerable<IPerformanceCounterTemplate>

Methods

LoadTemplates()

Declaration

cs-api-definition
void LoadTemplates()