Class
PerformanceCounterTemplate

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: IPerformanceCounterTemplate

Constructors

PerformanceCounterTemplate()

Declaration

cs-api-definition
public PerformanceCounterTemplate()

Properties

Counters

Declaration

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

Property Value

IEnumerable<IPerformanceCounterSelectedCounterViewModel>

Implements IPerformanceCounterTemplate.Counters

DisplayName

Declaration

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

Property Value

string

Implements IPerformanceCounterTemplate.DisplayName

SourcePath

Declaration

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

Property Value

string

Implements IPerformanceCounterTemplate.SourcePath

Version

Declaration

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

Property Value

Version

Implements IPerformanceCounterTemplate.Version

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()