C# 클래스 TraceWizard.Data.ExecutionCall

파일 보기 프로젝트 열기: tslater2006/Trace-Wizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

보호된 프로퍼티들

프로퍼티 타입 설명
_duration double

공개 메소드들

메소드 설명
GetStackTrace ( ) : string>>.List

메소드 상세

GetStackTrace() 공개 메소드

public GetStackTrace ( ) : string>>.List
리턴 string>>.List

프로퍼티 상세

Children 공개적으로 프로퍼티

public List Children
리턴 List

Context 공개적으로 프로퍼티

public string Context
리턴 string

DiffStatus 공개적으로 프로퍼티

public DiffStatus DiffStatus
리턴 DiffStatus

Function 공개적으로 프로퍼티

public string Function
리턴 string

HasError 공개적으로 프로퍼티

public bool HasError
리턴 bool

InternalID 공개적으로 프로퍼티

public uint InternalID
리턴 uint

IsError 공개적으로 프로퍼티

public bool IsError
리턴 bool

Nest 공개적으로 프로퍼티

public string Nest
리턴 string

NextId 공개적으로 정적으로 프로퍼티

public static uint NextId
리턴 uint

PPCException 공개적으로 프로퍼티

public PPCException,TraceWizard.Data PPCException
리턴 PPCException

Parent 공개적으로 프로퍼티

public ExecutionCall,TraceWizard.Data Parent
리턴 ExecutionCall

SQLStatement 공개적으로 프로퍼티

public SQLStatement,TraceWizard.Data SQLStatement
리턴 SQLStatement

StackTrace 공개적으로 프로퍼티

public StackTraceEntry,TraceWizard.Data StackTrace
리턴 StackTraceEntry

StartLine 공개적으로 프로퍼티

public long StartLine
리턴 long

Type 공개적으로 프로퍼티

public ExecutionCallType Type
리턴 ExecutionCallType

_duration 보호되어 있는 프로퍼티

protected double _duration
리턴 double

indentCount 공개적으로 프로퍼티

public int indentCount
리턴 int