C# Class Deveel.Data.Diagnostics.Event

Inheritance: IEvent
Afficher le fichier Open project: deveel/deveeldb

Private Properties

Свойство Type Description
GenerateEventData object>.IDictionary

Méthodes protégées

Méthode Description
Event ( ) : System
Event ( DateTimeOffset timeStamp ) : System
GetEventData ( object>.Dictionary data ) : void
OnSourceGet ( IEventSource eventSource ) : IEventSource
OnSourceSet ( IEventSource eventSource ) : IEventSource

Private Methods

Méthode Description
GenerateEventData ( ) : object>.IDictionary

Method Details

Event() protected méthode

protected Event ( ) : System
Résultat System

Event() protected méthode

protected Event ( DateTimeOffset timeStamp ) : System
timeStamp DateTimeOffset
Résultat System

GetEventData() protected méthode

protected GetEventData ( object>.Dictionary data ) : void
data object>.Dictionary
Résultat void

OnSourceGet() protected méthode

protected OnSourceGet ( IEventSource eventSource ) : IEventSource
eventSource IEventSource
Résultat IEventSource

OnSourceSet() protected méthode

protected OnSourceSet ( IEventSource eventSource ) : IEventSource
eventSource IEventSource
Résultat IEventSource