C# Класс Platibus.SQL.SQLEventBuilder

Mutable factory object that produces immutable diagnostic events
Наследование: DiagnosticEventBuilder
Показать файл Открыть проект

Открытые методы

Метод Описание
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