Class ProfilerPipelineEvent
Inheritance
System.Object
ProfilerPipelineEvent
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 ProfilerPipelineEvent
Constructors
ProfilerPipelineEvent()
Declaration
public ProfilerPipelineEvent()
Fields
_description
Declaration
public string _description
Field Value
System.String
|
_eventType
_hashCode
Declaration
public int _hashCode
Field Value
System.Int32
|
_inError
Declaration
public bool _inError
Field Value
System.Boolean
|
_iRowId
Declaration
public int _iRowId
Field Value
System.Int32
|
_iStepNumber
Declaration
public int? _iStepNumber
Field Value
System.Nullable<System.Int32>
|
_timestamp
Declaration
public DateTime _timestamp
Field Value
System.DateTime
|
Methods
GroupByType(IEnumerable<ProfilerPipelineEvent>)
Declaration
public static Dictionary<PipelineEventType, List<ProfilerPipelineEvent>> GroupByType(IEnumerable<ProfilerPipelineEvent> pipelineEvents)
Parameters
System.Collections.Generic.IEnumerable<ProfilerPipelineEvent>
pipelineEvents
|
Returns
System.Collections.Generic.Dictionary<PipelineEventType, System.Collections.Generic.List<ProfilerPipelineEvent>>
|