ClassProfilerResultsMetadata
Class
This doubles as both a saved singleton configuration and runtime metadata. It is saved in the ProfilerResultsFile ConfigurationStreams dictionary as "ArtOfTest.WebAii.Design.Execution.Profiler.ProfilerResultsMetadata".
Definition
Namespace:ArtOfTest.WebAii.Design.Execution.Profiler
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[DataContract]
public class ProfilerResultsMetadata : ICloneable<ProfilerResultsMetadata>, IResultFileStoredConfiguration
Inheritance: objectProfilerResultsMetadata
Implements:
Constructors
ProfilerResultsMetadata()
Declaration
cs-api-definition
public ProfilerResultsMetadata()
Fields
_bClearBrowserCacheBeforeRun
Declaration
cs-api-definition
[DataMember]
public bool _bClearBrowserCacheBeforeRun
Field Value
_browserType
Declaration
cs-api-definition
[DataMember]
public BrowserExecutionType _browserType
Field Value
_browserVersion
Declaration
cs-api-definition
[DataMember]
public UniversalVersion _browserVersion
Field Value
UniversalVersion
_strFilePath
Self-referencing.
_strFolder
Folder for results files.
Methods
DeepClone()
Declaration
cs-api-definition
public ProfilerResultsMetadata DeepClone()
Returns
ShallowClone()
Declaration
cs-api-definition
public ProfilerResultsMetadata ShallowClone()
Returns