C# 클래스 Nest.Indexify.Contributors.CompositeElasticsearchIndexCreationContributor

상속: ElasticsearchIndexCreationContributor
파일 보기 프로젝트 열기: stormid/Nest-Indexify

공개 메소드들

메소드 설명
ContributeCore ( CreateIndexDescriptor descriptor, IElasticClient client ) : void

보호된 메소드들

메소드 설명
Add ( IElasticsearchIndexCreationContributor contributor ) : void
CanContributeCore ( ICreateIndexRequest indexRequest, IElasticClient client ) : bool
CompositeElasticsearchIndexCreationContributor ( int order ) : System

메소드 상세

Add() 보호된 메소드

protected Add ( IElasticsearchIndexCreationContributor contributor ) : void
contributor IElasticsearchIndexCreationContributor
리턴 void

CanContributeCore() 보호된 최종 메소드

protected final CanContributeCore ( ICreateIndexRequest indexRequest, IElasticClient client ) : bool
indexRequest ICreateIndexRequest
client IElasticClient
리턴 bool

CompositeElasticsearchIndexCreationContributor() 보호된 메소드

protected CompositeElasticsearchIndexCreationContributor ( int order ) : System
order int
리턴 System

ContributeCore() 공개 메소드

public ContributeCore ( CreateIndexDescriptor descriptor, IElasticClient client ) : void
descriptor CreateIndexDescriptor
client IElasticClient
리턴 void