C# Class Deveel.Data.Diagnostics.Event

Inheritance: IEvent
ファイルを表示 Open project: deveel/deveeldb

Private Properties

Property Type Description
GenerateEventData object>.IDictionary

Protected Methods

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

Private Methods

Method Description
GenerateEventData ( ) : object>.IDictionary

Method Details

Event() protected method

protected Event ( ) : System
return System

Event() protected method

protected Event ( DateTimeOffset timeStamp ) : System
timeStamp DateTimeOffset
return System

GetEventData() protected method

protected GetEventData ( object>.Dictionary data ) : void
data object>.Dictionary
return void

OnSourceGet() protected method

protected OnSourceGet ( IEventSource eventSource ) : IEventSource
eventSource IEventSource
return IEventSource

OnSourceSet() protected method

protected OnSourceSet ( IEventSource eventSource ) : IEventSource
eventSource IEventSource
return IEventSource