Search Results for

    Show / Hide Table of Contents

    Class FieldsDescriptor<T>

    Inheritance
    object
    DescriptorPromiseBase<FieldsDescriptor<T>, Fields>
    FieldsDescriptor<T>
    Implements
    IDescriptor
    IPromise<Fields>
    Inherited Members
    DescriptorPromiseBase<FieldsDescriptor<T>, Fields>.Self
    DescriptorPromiseBase<FieldsDescriptor<T>, Fields>.Assign(Action<Fields>)
    DescriptorPromiseBase<FieldsDescriptor<T>, Fields>.Assign<TNewValue>(TNewValue, Action<Fields, TNewValue>)
    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 FieldsDescriptor<T> : DescriptorPromiseBase<FieldsDescriptor<T>, Fields>, IDescriptor, IPromise<Fields> where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    FieldsDescriptor()

    Declaration
    public FieldsDescriptor()

    Methods

    | Edit this page View Source

    Field(Field)

    Declaration
    public FieldsDescriptor<T> Field(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    FieldsDescriptor<T>
    | Edit this page View Source

    Field(string, double?, string)

    Declaration
    public FieldsDescriptor<T> Field(string field, double? boost = null, string format = null)
    Parameters
    Type Name Description
    string field
    double? boost
    string format
    Returns
    Type Description
    FieldsDescriptor<T>
    | Edit this page View Source

    Field<TValue>(Expression<Func<T, TValue>>, double?, string)

    Declaration
    public FieldsDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field, double? boost = null, string format = null)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> field
    double? boost
    string format
    Returns
    Type Description
    FieldsDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    Fields(IEnumerable<Field>)

    Declaration
    public FieldsDescriptor<T> Fields(IEnumerable<Field> fields)
    Parameters
    Type Name Description
    IEnumerable<Field> fields
    Returns
    Type Description
    FieldsDescriptor<T>
    | Edit this page View Source

    Fields(params Expression<Func<T, object>>[])

    Declaration
    public FieldsDescriptor<T> Fields(params Expression<Func<T, object>>[] fields)
    Parameters
    Type Name Description
    Expression<Func<T, object>>[] fields
    Returns
    Type Description
    FieldsDescriptor<T>
    | Edit this page View Source

    Fields(params string[])

    Declaration
    public FieldsDescriptor<T> Fields(params string[] fields)
    Parameters
    Type Name Description
    string[] fields
    Returns
    Type Description
    FieldsDescriptor<T>

    Implements

    IDescriptor
    IPromise<TValue>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • FieldsDescriptor()
    • Methods
      • Field(Field)
      • Field(string, double?, string)
      • Field<TValue>(Expression<Func<T, TValue>>, double?, string)
      • Fields(IEnumerable<Field>)
      • Fields(params Expression<Func<T, object>>[])
      • Fields(params string[])
    • Implements
    • Extension Methods
    Back to top Generated by DocFX