Search Results for

    Show / Hide Table of Contents

    Class LikeDescriptor<T>

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

    Constructors

    | Edit this page View Source

    LikeDescriptor()

    Declaration
    public LikeDescriptor()

    Methods

    | Edit this page View Source

    Document(Func<LikeDocumentDescriptor<T>, ILikeDocument>)

    Declaration
    public LikeDescriptor<T> Document(Func<LikeDocumentDescriptor<T>, ILikeDocument> selector)
    Parameters
    Type Name Description
    Func<LikeDocumentDescriptor<T>, ILikeDocument> selector
    Returns
    Type Description
    LikeDescriptor<T>
    | Edit this page View Source

    Text(string)

    Declaration
    public LikeDescriptor<T> Text(string likeText)
    Parameters
    Type Name Description
    string likeText
    Returns
    Type Description
    LikeDescriptor<T>

    Implements

    IDescriptor
    IPromise<TValue>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • LikeDescriptor()
    • Methods
      • Document(Func<LikeDocumentDescriptor<T>, ILikeDocument>)
      • Text(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX