C# Class ElasticLinq.Response.Materializers.ChainMaterializer

Inheritance: IElasticMaterializer
Show file Open project: CenturyLinkCloud/ElasticLINQ

Public Methods

Method Description
Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object

Process response, then translate it to next materializer.

Protected Methods

Method Description
ChainMaterializer ( IElasticMaterializer next ) : ElasticLinq.Response.Model

Method Details

ChainMaterializer() protected method

protected ChainMaterializer ( IElasticMaterializer next ) : ElasticLinq.Response.Model
next IElasticMaterializer
return ElasticLinq.Response.Model

Materialize() public method

Process response, then translate it to next materializer.
public Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object
response ElasticLinq.Response.Model.ElasticResponse ElasticResponse to obtain the existence of a result.
return object