C# 클래스 Dashing.ElasticSearch.ElasticSearchEventListener

상속: IOnPostInsertEventListener, IOnPostSaveEventListener, IOnPostDeleteEventListener
파일 보기 프로젝트 열기: Polylytics/dashing

공개 메소드들

메소드 설명
AddTypeToIndex ( Type type ) : void
ElasticSearchEventListener ( IElasticClientFactory factory ) : System
OnPostDelete ( object entity, ISession session ) : void
OnPostInsert ( object entity, ISession session ) : void
OnPostSave ( object entity, ISession session ) : void

비공개 메소드들

메소드 설명
IdOf ( object entity, ISession session ) : string
MaybeDelete ( object entity, ISession session ) : void
MaybeIndex ( object entity, ISession session ) : void
TypeOf ( object entity ) : string

메소드 상세

AddTypeToIndex() 공개 메소드

public AddTypeToIndex ( Type type ) : void
type System.Type
리턴 void

ElasticSearchEventListener() 공개 메소드

public ElasticSearchEventListener ( IElasticClientFactory factory ) : System
factory IElasticClientFactory
리턴 System

OnPostDelete() 공개 메소드

public OnPostDelete ( object entity, ISession session ) : void
entity object
session ISession
리턴 void

OnPostInsert() 공개 메소드

public OnPostInsert ( object entity, ISession session ) : void
entity object
session ISession
리턴 void

OnPostSave() 공개 메소드

public OnPostSave ( object entity, ISession session ) : void
entity object
session ISession
리턴 void