Class LookupInSpecBuilder<TDocument>
Strongly typed version of LookupInSpecBuilder.
Implements
Inherited Members
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
public class LookupInSpecBuilder<TDocument> : LookupInSpecBuilder, ITypeSerializerProvider
Type Parameters
Name | Description |
---|---|
TDocument | Type of the whole document. |
Constructors
| Edit this page View SourceLookupInSpecBuilder(ITypeSerializer)
Creates a new LookupInSpecBuilder.
Declaration
public LookupInSpecBuilder(ITypeSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ITypeSerializer | serializer | Type serializer used for generating paths from lambda expressions. |
Properties
| Edit this page View SourceSerializer
Gets the ITypeSerializer related to the object.
Declaration
public ITypeSerializer Serializer { get; }
Property Value
Type | Description |
---|---|
ITypeSerializer |