C# 클래스 Platibus.SQL.SQLEventBuilder

Mutable factory object that produces immutable diagnostic events
상속: DiagnosticEventBuilder
파일 보기 프로젝트 열기: sweetlandj/Platibus

공개 메소드들

메소드 설명
Build ( ) : DiagnosticEvent
SQLEventBuilder ( object source, DiagnosticEventType type ) : Platibus.Diagnostics

Initializes a new SQLEventBuilder for the specified

메소드 상세

Build() 공개 메소드

public Build ( ) : DiagnosticEvent
리턴 DiagnosticEvent

SQLEventBuilder() 공개 메소드

Initializes a new SQLEventBuilder for the specified
public SQLEventBuilder ( object source, DiagnosticEventType type ) : Platibus.Diagnostics
source object The object that will produce the event
type DiagnosticEventType The type of event
리턴 Platibus.Diagnostics