Search Results for

    Show / Hide Table of Contents

    Class TermsOrderDescriptor<T>

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

    Constructors

    | Edit this page View Source

    TermsOrderDescriptor()

    Declaration
    public TermsOrderDescriptor()

    Methods

    | Edit this page View Source

    Ascending(string)

    Declaration
    public TermsOrderDescriptor<T> Ascending(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    TermsOrderDescriptor<T>
    | Edit this page View Source

    CountAscending()

    Declaration
    public TermsOrderDescriptor<T> CountAscending()
    Returns
    Type Description
    TermsOrderDescriptor<T>
    | Edit this page View Source

    CountDescending()

    Declaration
    public TermsOrderDescriptor<T> CountDescending()
    Returns
    Type Description
    TermsOrderDescriptor<T>
    | Edit this page View Source

    Descending(string)

    Declaration
    public TermsOrderDescriptor<T> Descending(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    TermsOrderDescriptor<T>
    | Edit this page View Source

    KeyAscending()

    Declaration
    public TermsOrderDescriptor<T> KeyAscending()
    Returns
    Type Description
    TermsOrderDescriptor<T>
    | Edit this page View Source

    KeyDescending()

    Declaration
    public TermsOrderDescriptor<T> KeyDescending()
    Returns
    Type Description
    TermsOrderDescriptor<T>

    Implements

    IDescriptor
    IPromise<TValue>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • TermsOrderDescriptor()
    • Methods
      • Ascending(string)
      • CountAscending()
      • CountDescending()
      • Descending(string)
      • KeyAscending()
      • KeyDescending()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX