Search Results for

    Show / Hide Table of Contents

    Class SuggestContextsDescriptor<T>

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

    Constructors

    | Edit this page View Source

    SuggestContextsDescriptor()

    Declaration
    public SuggestContextsDescriptor()

    Methods

    | Edit this page View Source

    Category(Func<CategorySuggestContextDescriptor<T>, ICategorySuggestContext>)

    Declaration
    public SuggestContextsDescriptor<T> Category(Func<CategorySuggestContextDescriptor<T>, ICategorySuggestContext> categoryDescriptor)
    Parameters
    Type Name Description
    Func<CategorySuggestContextDescriptor<T>, ICategorySuggestContext> categoryDescriptor
    Returns
    Type Description
    SuggestContextsDescriptor<T>
    | Edit this page View Source

    GeoLocation(Func<GeoSuggestContextDescriptor<T>, IGeoSuggestContext>)

    Declaration
    public SuggestContextsDescriptor<T> GeoLocation(Func<GeoSuggestContextDescriptor<T>, IGeoSuggestContext> geoLocationDescriptor)
    Parameters
    Type Name Description
    Func<GeoSuggestContextDescriptor<T>, IGeoSuggestContext> geoLocationDescriptor
    Returns
    Type Description
    SuggestContextsDescriptor<T>

    Implements

    IDescriptor
    IPromise<TValue>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SuggestContextsDescriptor()
    • Methods
      • Category(Func<CategorySuggestContextDescriptor<T>, ICategorySuggestContext>)
      • GeoLocation(Func<GeoSuggestContextDescriptor<T>, IGeoSuggestContext>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX