Class TestSpecificProfilerPluginConfiguration
Inheritance
System.Object
TestSpecificProfilerPluginConfiguration
Inherited Members
System.Object.ToString()
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.Transports
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class TestSpecificProfilerPluginConfiguration
Constructors
TestSpecificProfilerPluginConfiguration()
Declaration
public TestSpecificProfilerPluginConfiguration()
Properties
Settings
Declaration
public Dictionary<Guid, IProfilerPluginConfigurationSettings> Settings { get; set; }
Property Value
System.
|
TestHandle
Declaration
public Guid TestHandle { get; set; }
Property Value
System.
|