ClassPerformanceCounterTemplate
Class
Definition
Namespace:ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.Models
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class PerformanceCounterTemplate : IPerformanceCounterTemplate
Inheritance: objectPerformanceCounterTemplate
Implements:
Constructors
PerformanceCounterTemplate()
Declaration
cs-api-definition
public PerformanceCounterTemplate()
Properties
Counters
Declaration
cs-api-definition
public IEnumerable<IPerformanceCounterSelectedCounterViewModel> Counters { get; set; }
Property Value
Implements
DisplayName
Declaration
cs-api-definition
public string DisplayName { get; set; }
Property Value
Implements
SourcePath
Declaration
cs-api-definition
public string SourcePath { get; set; }
Property Value
Implements