Search Results for

    Show / Hide Table of Contents

    Class InlineGet<TDocument>

    Inheritance
    object
    InlineGet<TDocument>
    Implements
    IInlineGet<TDocument>
    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 class InlineGet<TDocument> : IInlineGet<TDocument> where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Properties

    | Edit this page View Source

    Fields

    Declaration
    public FieldValues Fields { get; }
    Property Value
    Type Description
    FieldValues
    | Edit this page View Source

    Found

    Declaration
    public bool Found { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Source

    Declaration
    public TDocument Source { get; }
    Property Value
    Type Description
    TDocument

    Implements

    IInlineGet<TDocument>

    Extension Methods

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