Class PerformanceCounterTemplate
Inheritance
System.Object
PerformanceCounterTemplate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.Profiler.PerformanceCounterProfiler.Models
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PerformanceCounterTemplate : IPerformanceCounterTemplate
Constructors
PerformanceCounterTemplate()
Declaration
public PerformanceCounterTemplate()
Properties
Counters
Declaration
public IEnumerable<IPerformanceCounterSelectedCounterViewModel> Counters { get; set; }
Property Value
System.
|
Implements
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
Implements
SourcePath
Declaration
public string SourcePath { get; set; }
Property Value
System.
|
Implements
Version
Declaration
public Version Version { get; set; }
Property Value
System.
|
Implements
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()