Search Results for

    Show / Hide Table of Contents

    Class SuggestContextDescriptorBase<TDescriptor, TInterface, T>

    Inheritance
    object
    DescriptorBase<TDescriptor, TInterface>
    SuggestContextDescriptorBase<TDescriptor, TInterface, T>
    CategorySuggestContextDescriptor<T>
    GeoSuggestContextDescriptor<T>
    Implements
    IDescriptor
    ISuggestContext
    Inherited Members
    DescriptorBase<TDescriptor, TInterface>.Self
    DescriptorBase<TDescriptor, TInterface>.Assign<TValue>(TValue, Action<TInterface, 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 abstract class SuggestContextDescriptorBase<TDescriptor, TInterface, T> : DescriptorBase<TDescriptor, TInterface>, IDescriptor, ISuggestContext where TDescriptor : SuggestContextDescriptorBase<TDescriptor, TInterface, T>, TInterface, ISuggestContext where TInterface : class, ISuggestContext
    Type Parameters
    Name Description
    TDescriptor
    TInterface
    T

    Properties

    | Edit this page View Source

    Type

    Declaration
    [IgnoreDataMember]
    protected abstract string Type { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    Name(string)

    Declaration
    public TDescriptor Name(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

    Path(Field)

    Declaration
    public TDescriptor Path(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    TDescriptor
    | Edit this page View Source

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

    Declaration
    public TDescriptor Path<TValue>(Expression<Func<T, TValue>> objectPath)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    TDescriptor
    Type Parameters
    Name Description
    TValue

    Implements

    IDescriptor
    ISuggestContext

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Type
    • Methods
      • Name(string)
      • Path(Field)
      • Path<TValue>(Expression<Func<T, TValue>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX