C# Class TraceWizard.Data.ExecutionCall

ファイルを表示 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_oe property

public List Children
return List

Context public_oe property

public string Context
return string

DiffStatus public_oe property

public DiffStatus DiffStatus
return DiffStatus

Function public_oe property

public string Function
return string

HasError public_oe property

public bool HasError
return bool

InternalID public_oe property

public uint InternalID
return uint

IsError public_oe property

public bool IsError
return bool

Nest public_oe property

public string Nest
return string

NextId public_oe static_oe property

public static uint NextId
return uint

PPCException public_oe property

public PPCException,TraceWizard.Data PPCException
return PPCException

Parent public_oe property

public ExecutionCall,TraceWizard.Data Parent
return ExecutionCall

SQLStatement public_oe property

public SQLStatement,TraceWizard.Data SQLStatement
return SQLStatement

StackTrace public_oe property

public StackTraceEntry,TraceWizard.Data StackTrace
return StackTraceEntry

StartLine public_oe property

public long StartLine
return long

Type public_oe property

public ExecutionCallType Type
return ExecutionCallType

_duration protected_oe property

protected double _duration
return double

indentCount public_oe property

public int indentCount
return int