C# Class Platibus.SQL.SQLEventBuilder

Mutable factory object that produces immutable diagnostic events
Inheritance: DiagnosticEventBuilder
显示文件 Open project: sweetlandj/Platibus

Public Methods

Method Description
Build ( ) : DiagnosticEvent
SQLEventBuilder ( object source, DiagnosticEventType type ) : Platibus.Diagnostics

Initializes a new SQLEventBuilder for the specified

Method Details

Build() public method

public Build ( ) : DiagnosticEvent
return DiagnosticEvent

SQLEventBuilder() public method

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
return Platibus.Diagnostics