Interface IPerformanceCounterTemplate
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.Models.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IPerformanceCounterTemplate
Properties
Counters
Declaration
IEnumerable<IPerformanceCounterSelectedCounterViewModel> Counters { get; set; }
Property Value
System.
|
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
System.
|
SourcePath
Declaration
string SourcePath { get; set; }
Property Value
System.
|
Version
Declaration
Version Version { get; set; }
Property Value
System.
|