Search Results for

    Show / Hide Table of Contents

    Class FieldSortDescriptor<T>

    Inheritance
    object
    DescriptorBase<FieldSortDescriptor<T>, IFieldSort>
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>
    FieldSortDescriptor<T>
    Implements
    IDescriptor
    IFieldSort
    ISort
    Inherited Members
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.SortKey
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.Ascending()
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.Descending()
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.Order(SortOrder?)
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.NumericType(NumericType?)
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.Mode(SortMode?)
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.MissingLast()
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.MissingFirst()
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.Missing(object)
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.Nested(Func<NestedSortDescriptor<T>, INestedSort>)
    DescriptorBase<FieldSortDescriptor<T>, IFieldSort>.Self
    DescriptorBase<FieldSortDescriptor<T>, IFieldSort>.Assign<TValue>(TValue, Action<IFieldSort, 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 FieldSortDescriptor<T> : SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>, IDescriptor, IFieldSort, ISort where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    SortKey

    The field on which to sort

    Declaration
    protected override Field SortKey { get; }
    Property Value
    Type Description
    Field
    Overrides
    SortDescriptorBase<FieldSortDescriptor<T>, IFieldSort, T>.SortKey

    Methods

    | Edit this page View Source

    Field(Field)

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

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

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

    IgnoreUnmappedFields(bool?)

    Declaration
    public virtual FieldSortDescriptor<T> IgnoreUnmappedFields(bool? ignore = true)
    Parameters
    Type Name Description
    bool? ignore
    Returns
    Type Description
    FieldSortDescriptor<T>
    | Edit this page View Source

    UnmappedType(FieldType?)

    Declaration
    public virtual FieldSortDescriptor<T> UnmappedType(FieldType? type)
    Parameters
    Type Name Description
    FieldType? type
    Returns
    Type Description
    FieldSortDescriptor<T>

    Implements

    IDescriptor
    IFieldSort
    ISort

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • SortKey
    • Methods
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • IgnoreUnmappedFields(bool?)
      • UnmappedType(FieldType?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX