C# 클래스 AspNet5SearchWithElasticsearchCrud.Search.ElasticSearchProvider

상속: ISearchProvider, IDisposable
파일 보기 프로젝트 열기: damienbod/AspNet5SearchWithElasticsearchCrud

공개 메소드들

메소드 설명
AddUpdateEntity ( Skill skill ) : void
DeleteSkill ( long deleteId ) : void
Dispose ( ) : void
ElasticSearchProvider ( ) : System
QueryString ( string term ) : IEnumerable
UpdateSkill ( long updateId, string updateName, string updateDescription ) : void

비공개 메소드들

메소드 설명
BuildQueryStringSearch ( string term ) : ElasticsearchCRUD.Model.SearchModel.Search

메소드 상세

AddUpdateEntity() 공개 메소드

public AddUpdateEntity ( Skill skill ) : void
skill Skill
리턴 void

DeleteSkill() 공개 메소드

public DeleteSkill ( long deleteId ) : void
deleteId long
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ElasticSearchProvider() 공개 메소드

public ElasticSearchProvider ( ) : System
리턴 System

QueryString() 공개 메소드

public QueryString ( string term ) : IEnumerable
term string
리턴 IEnumerable

UpdateSkill() 공개 메소드

public UpdateSkill ( long updateId, string updateName, string updateDescription ) : void
updateId long
updateName string
updateDescription string
리턴 void