C# Class TraceWizard.Data.ExecutionCall

Afficher le fichier Open project: tslater2006/Trace-Wizard Class Usage Examples

Méthodes publiques

Свойство 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

Свойство Type Description
_duration double

Méthodes publiques

Méthode Description
GetStackTrace ( ) : string>>.List

Method Details

GetStackTrace() public méthode

public GetStackTrace ( ) : string>>.List
Résultat string>>.List

Property Details

Children public_oe property

public List Children
Résultat List

Context public_oe property

public string Context
Résultat string

DiffStatus public_oe property

public DiffStatus DiffStatus
Résultat DiffStatus

Function public_oe property

public string Function
Résultat string

HasError public_oe property

public bool HasError
Résultat bool

InternalID public_oe property

public uint InternalID
Résultat uint

IsError public_oe property

public bool IsError
Résultat bool

Nest public_oe property

public string Nest
Résultat string

NextId public_oe static_oe property

public static uint NextId
Résultat uint

PPCException public_oe property

public PPCException,TraceWizard.Data PPCException
Résultat PPCException

Parent public_oe property

public ExecutionCall,TraceWizard.Data Parent
Résultat ExecutionCall

SQLStatement public_oe property

public SQLStatement,TraceWizard.Data SQLStatement
Résultat SQLStatement

StackTrace public_oe property

public StackTraceEntry,TraceWizard.Data StackTrace
Résultat StackTraceEntry

StartLine public_oe property

public long StartLine
Résultat long

Type public_oe property

public ExecutionCallType Type
Résultat ExecutionCallType

_duration protected_oe property

protected double _duration
Résultat double

indentCount public_oe property

public int indentCount
Résultat int