C# Class Platibus.SQL.SQLEventBuilder

Mutable factory object that produces immutable diagnostic events
Inheritance: DiagnosticEventBuilder
Afficher le fichier Open project: sweetlandj/Platibus

Méthodes publiques

Méthode Description
Build ( ) : DiagnosticEvent
SQLEventBuilder ( object source, DiagnosticEventType type ) : Platibus.Diagnostics

Initializes a new SQLEventBuilder for the specified

Method Details

Build() public méthode

public Build ( ) : DiagnosticEvent
Résultat DiagnosticEvent

SQLEventBuilder() public méthode

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
Résultat Platibus.Diagnostics