C# Class TraceWizard.Data.ExecutionCall

Show file Open project: tslater2006/Trace-Wizard Class Usage Examples

Public Properties

Property Type Description
Children List
Context string
DiffStatus DiffStatus
Function string
HasError bool
InternalID uint
IsError bool
Nest string
NextId uint
PPCException PPCException
Parent ExecutionCall
SQLStatement SQLStatement
StackTrace StackTraceEntry
StartLine long
Type ExecutionCallType
indentCount int

Protected Properties

Property Type Description
_duration double

Public Methods

Method Description
GetStackTrace ( ) : string>>.List

Method Details

GetStackTrace() public method

public GetStackTrace ( ) : string>>.List
return string>>.List

Property Details

Children public property

public List Children
return List

Context public property

public string Context
return string

DiffStatus public property

public DiffStatus DiffStatus
return DiffStatus

Function public property

public string Function
return string

HasError public property

public bool HasError
return bool

InternalID public property

public uint InternalID
return uint

IsError public property

public bool IsError
return bool

Nest public property

public string Nest
return string

NextId public static property

public static uint NextId
return uint

PPCException public property

public PPCException,TraceWizard.Data PPCException
return PPCException

Parent public property

public ExecutionCall,TraceWizard.Data Parent
return ExecutionCall

SQLStatement public property

public SQLStatement,TraceWizard.Data SQLStatement
return SQLStatement

StackTrace public property

public StackTraceEntry,TraceWizard.Data StackTrace
return StackTraceEntry

StartLine public property

public long StartLine
return long

Type public property

public ExecutionCallType Type
return ExecutionCallType

_duration protected property

protected double _duration
return double

indentCount public property

public int indentCount
return int