Class SampledPerformanceObject
Inheritance
System.Object
SampledPerformanceObject
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
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class SampledPerformanceObject : IXmlPersistable
Constructors
SampledPerformanceObject()
Declaration
public SampledPerformanceObject()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Instances
Declaration
public Dictionary<string, SampledPerformanceObjectInstance> Instances { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, SampledPerformanceObjectInstance>
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Explicit Interface Implementations
IXmlPersistable.CurrentVersion
Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.Version
|
Implements
IXmlPersistable.LoadFrom(XmlStoreNode)
Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Implements
IXmlPersistable.RootName
Declaration
string IXmlPersistable.RootName { get; }
Returns
System.String
|
Implements
IXmlPersistable.SaveTo(XmlStoreNode)
Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode
store
|