Class ResultsFileXmlRoot
Inheritance
System.Object
ResultsFileXmlRoot
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 ResultsFileXmlRoot : IXmlPersistable, IDataTransport, IDispatchableTestResult
Constructors
ResultsFileXmlRoot()
Declaration
public ResultsFileXmlRoot()
Fields
CLOUD_STORAGE_INDEX_NAME
Declaration
public const string CLOUD_STORAGE_INDEX_NAME = "CloudPerfResult"
Field Value
System.String
|
ConfigurationStreams
Declaration
[Obsolete]
public Dictionary<string, byte[]> ConfigurationStreams
Field Value
System.Collections.Generic.Dictionary<System.String, System.Byte[]>
|
SampleStreams
Declaration
[Obsolete]
public Dictionary<string, byte[]> SampleStreams
Field Value
System.Collections.Generic.Dictionary<System.String, System.Byte[]>
|
Properties
Configurations
Declaration
public Dictionary<string, IResultFileStoredConfiguration> Configurations { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, Telerik.TestStudio.Interfaces.Profiler.IResultFileStoredConfiguration>
|
CurrentVersion
Declaration
[Obsolete]
public Version CurrentVersion { get; set; }
Property Value
System.Version
|
Implements
DispatchGroupId
Declaration
public Guid DispatchGroupId { get; set; }
Property Value
System.Guid
|
Id
Declaration
public Guid Id { get; set; }
Property Value
System.Guid
|
RootName
Declaration
[Obsolete]
public string RootName { get; }
Property Value
System.String
|
Implements
Samples
Declaration
public Dictionary<string, IProfilerPluginConfigurationSettings> Samples { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, Telerik.TestStudio.Interfaces.Profiler.IProfilerPluginConfigurationSettings>
|
ServerEnumeratedSamples
Declaration
public Dictionary<string, IProfilerPluginConfigurationSettings> ServerEnumeratedSamples { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.String, Telerik.TestStudio.Interfaces.Profiler.IProfilerPluginConfigurationSettings>
|
Steps
Declaration
public List<ProfilerTestStep> Steps { get; set; }
Property Value
System.Collections.Generic.List<ProfilerTestStep>
|
TestId
Declaration
public Guid TestId { get; set; }
Property Value
System.Guid
|
Version
Declaration
public Version Version { get; set; }
Property Value
System.Version
|
XmlBlob
Methods
LoadFrom(XmlStoreNode)
Declaration
[Obsolete]
public void LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Implements
SaveTo(XmlStoreNode)
Declaration
[Obsolete]
public void SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode
store
|