Couchbase .NET SDK | 3.7.0
Search Results for

    Show / Hide Table of Contents

    Class LookupInSpecBuilder<TDocument>

    Strongly typed version of LookupInSpecBuilder.

    Inheritance
    object
    LookupInSpecBuilder
    LookupInSpecBuilder<TDocument>
    Implements
    ITypeSerializerProvider
    Inherited Members
    LookupInSpecBuilder.Get(string, bool)
    LookupInSpecBuilder.Exists(string, bool)
    LookupInSpecBuilder.Count(string, bool)
    LookupInSpecBuilder.GetFull()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 Source

    LookupInSpecBuilder(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 Source

    Serializer

    Gets the ITypeSerializer related to the object.

    Declaration
    public ITypeSerializer Serializer { get; }
    Property Value
    Type Description
    ITypeSerializer

    Implements

    ITypeSerializerProvider

    Extension Methods

    LookupInSpecBuilderExtensions.Count<TDocument, TContent>(LookupInSpecBuilder<TDocument>, Expression<Func<TDocument, TContent>>)
    LookupInSpecBuilderExtensions.Exists<TDocument, TContent>(LookupInSpecBuilder<TDocument>, Expression<Func<TDocument, TContent>>)
    LookupInSpecBuilderExtensions.Get<TDocument, TContent>(LookupInSpecBuilder<TDocument>, Expression<Func<TDocument, TContent>>)
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.