Class ProfilerMetadataConfigurationSet
Inheritance
System.Object
ProfilerMetadataConfigurationSet
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 ProfilerMetadataConfigurationSet : ICloneable<ProfilerMetadataConfigurationSet>, IXmlPersistable, IResultFileStoredConfiguration
Constructors
ProfilerMetadataConfigurationSet()
Declaration
public ProfilerMetadataConfigurationSet()
Fields
_bFirstTimeUserConfigurationComplete
Declaration
public bool _bFirstTimeUserConfigurationComplete
Field Value
System.Boolean
|
Properties
ClientPluginConfigurations
Declaration
public Dictionary<Guid, IProfilerPluginConfigurationInitialization> ClientPluginConfigurations { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.Guid, Telerik.TestStudio.Interfaces.Profiler.IProfilerPluginConfigurationInitialization>
|
CurrentVersion
Declaration
[Obsolete]
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
Metadata
Declaration
public ProfilerResultsMetadata Metadata { get; set; }
Property Value
ProfilerResultsMetadata
|
RootName
Declaration
[Obsolete]
public string RootName { get; }
Property Value
System.String
|
Implements
Servers
Declaration
public Dictionary<Guid, ProfilerServerMetadata> Servers { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.Guid, ProfilerServerMetadata>
|
Version
Declaration
public Version Version { get; set; }
Property Value
System.Version
|
XmlBlob
Methods
DeepClone()
Declaration
public ProfilerMetadataConfigurationSet DeepClone()
Returns
ProfilerMetadataConfigurationSet
|
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
|
Implements
ShallowClone()
Declaration
[Obsolete]
public ProfilerMetadataConfigurationSet ShallowClone()
Returns
ProfilerMetadataConfigurationSet
|