Interface
IPerformanceCounterTemplate

Definition

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

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface IPerformanceCounterTemplate

Derived Classes: PerformanceCounterTemplate

Properties

Counters

Declaration

cs-api-definition
IEnumerable<IPerformanceCounterSelectedCounterViewModel> Counters { get; set; }

Property Value

IEnumerable<IPerformanceCounterSelectedCounterViewModel>

DisplayName

Declaration

cs-api-definition
string DisplayName { get; set; }

Property Value

string

SourcePath

Declaration

cs-api-definition
string SourcePath { get; set; }

Property Value

string

Version

Declaration

cs-api-definition
Version Version { get; set; }

Property Value

Version