Search Results for

    Show / Hide Table of Contents

    Class SuggestContextBase

    Inheritance
    object
    SuggestContextBase
    CategorySuggestContext
    GeoSuggestContext
    Implements
    ISuggestContext
    Inherited Members
    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 SuggestContextBase : ISuggestContext

    Properties

    | Edit this page View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Path

    Declaration
    public Field Path { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    Type

    Declaration
    public abstract string Type { get; }
    Property Value
    Type Description
    string

    Implements

    ISuggestContext

    Extension Methods

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