프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object |
Materialize a single object from the response using the projector or return a default value based on the element type.
|
|
MaterializeSingle ( ElasticLinq.Response.Model.ElasticResponse response ) : object |
Materialize a single object from the response using the projector or return null if there are no applicable facets.
|
|
TermlessFacetElasticMaterializer ( object>.Func |
Create an instance of the TermlessFacetElasticMaterializer with the given parameters.
|
public Materialize ( ElasticLinq.Response.Model.ElasticResponse response ) : object | ||
response | ElasticLinq.Response.Model.ElasticResponse | The |
리턴 | object |
public MaterializeSingle ( ElasticLinq.Response.Model.ElasticResponse response ) : object | ||
response | ElasticLinq.Response.Model.ElasticResponse | The |
리턴 | object |
public TermlessFacetElasticMaterializer ( object>.Func |
||
projector | object>.Func | A function to turn a hit into a desired object. |
elementType | The type of object being materialized. | |
key | object | The constant value for any key references during materialization. |
리턴 | ElasticLinq.Response.Model |