C# 클래스 Deveel.Data.Diagnostics.Event

상속: IEvent
파일 보기 프로젝트 열기: deveel/deveeldb

Private Properties

프로퍼티 타입 설명
GenerateEventData object>.IDictionary

보호된 메소드들

메소드 설명
Event ( ) : System
Event ( DateTimeOffset timeStamp ) : System
GetEventData ( object>.Dictionary data ) : void
OnSourceGet ( IEventSource eventSource ) : IEventSource
OnSourceSet ( IEventSource eventSource ) : IEventSource

비공개 메소드들

메소드 설명
GenerateEventData ( ) : object>.IDictionary

메소드 상세

Event() 보호된 메소드

protected Event ( ) : System
리턴 System

Event() 보호된 메소드

protected Event ( DateTimeOffset timeStamp ) : System
timeStamp DateTimeOffset
리턴 System

GetEventData() 보호된 메소드

protected GetEventData ( object>.Dictionary data ) : void
data object>.Dictionary
리턴 void

OnSourceGet() 보호된 메소드

protected OnSourceGet ( IEventSource eventSource ) : IEventSource
eventSource IEventSource
리턴 IEventSource

OnSourceSet() 보호된 메소드

protected OnSourceSet ( IEventSource eventSource ) : IEventSource
eventSource IEventSource
리턴 IEventSource