Class ProfilerServerMetadata
Inheritance
System.Object
ProfilerServerMetadata
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 ProfilerServerMetadata : ICloneable<ProfilerServerMetadata>, IXmlPersistable
Constructors
ProfilerServerMetadata()
Declaration
public ProfilerServerMetadata()
Fields
DefaultServerPort
Declaration
public static readonly int DefaultServerPort
Field Value
System.Int32
|
Properties
CollectProfilerSampleData
Declaration
public bool CollectProfilerSampleData { get; set; }
Property Value
System.Boolean
|
Description
Declaration
public string Description { get; set; }
Property Value
System.String
|
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
ProfilerPluginSettings
Declaration
public Dictionary<Guid, IProfilerPluginConfigurationSettings> ProfilerPluginSettings { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.Guid, Telerik.TestStudio.Interfaces.Profiler.IProfilerPluginConfigurationSettings>
|
ServerId
Declaration
public Guid ServerId { get; set; }
Property Value
System.Guid
|
ServerPath
Declaration
public string ServerPath { get; set; }
Property Value
System.String
|
ServerPort
Declaration
public int ServerPort { get; set; }
Property Value
System.Int32
|
ServerType
Methods
ClearSettingPlugins()
Declaration
public void ClearSettingPlugins()
DeepClone()
ShallowClone()
Explicit Interface Implementations
IXmlPersistable.CurrentVersion
Declaration
[Obsolete]
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.Version
|
Implements
IXmlPersistable.LoadFrom(XmlStoreNode)
Declaration
[Obsolete]
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode
store
|
Implements
IXmlPersistable.RootName
Declaration
[Obsolete]
string IXmlPersistable.RootName { get; }
Returns
System.String
|
Implements
IXmlPersistable.SaveTo(XmlStoreNode)
Declaration
[Obsolete]
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode
store
|