Search Results for

    Show / Hide Table of Contents

    Class FieldLookupDescriptor<T>

    Inheritance
    object
    DescriptorBase<FieldLookupDescriptor<T>, IFieldLookup>
    FieldLookupDescriptor<T>
    Implements
    IDescriptor
    IFieldLookup
    Inherited Members
    DescriptorBase<FieldLookupDescriptor<T>, IFieldLookup>.Self
    DescriptorBase<FieldLookupDescriptor<T>, IFieldLookup>.Assign<TValue>(TValue, Action<IFieldLookup, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class FieldLookupDescriptor<T> : DescriptorBase<FieldLookupDescriptor<T>, IFieldLookup>, IDescriptor, IFieldLookup where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    FieldLookupDescriptor()

    Declaration
    public FieldLookupDescriptor()

    Methods

    | Edit this page View Source

    Id(Id)

    Declaration
    public FieldLookupDescriptor<T> Id(Id id)
    Parameters
    Type Name Description
    Id id
    Returns
    Type Description
    FieldLookupDescriptor<T>
    | Edit this page View Source

    Index(IndexName)

    Declaration
    public FieldLookupDescriptor<T> Index(IndexName index)
    Parameters
    Type Name Description
    IndexName index
    Returns
    Type Description
    FieldLookupDescriptor<T>
    | Edit this page View Source

    Path(Field)

    Declaration
    public FieldLookupDescriptor<T> Path(Field path)
    Parameters
    Type Name Description
    Field path
    Returns
    Type Description
    FieldLookupDescriptor<T>
    | Edit this page View Source

    Path<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public FieldLookupDescriptor<T> Path<TValue>(Expression<Func<T, TValue>> objectPath)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    FieldLookupDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    Routing(Routing)

    Declaration
    public FieldLookupDescriptor<T> Routing(Routing routing)
    Parameters
    Type Name Description
    Routing routing
    Returns
    Type Description
    FieldLookupDescriptor<T>

    Implements

    IDescriptor
    IFieldLookup

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • FieldLookupDescriptor()
    • Methods
      • Id(Id)
      • Index(IndexName)
      • Path(Field)
      • Path<TValue>(Expression<Func<T, TValue>>)
      • Routing(Routing)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX