Search Results for

    Show / Hide Table of Contents

    Class DocumentPath<T>

    Inheritance
    object
    DocumentPath<T>
    Implements
    IEquatable<DocumentPath<T>>
    IDocumentPath
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class DocumentPath<T> : IEquatable<DocumentPath<T>>, IDocumentPath where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    DocumentPath(Id)

    Declaration
    public DocumentPath(Id id)
    Parameters
    Type Name Description
    Id id
    | Edit this page View Source

    DocumentPath(T)

    Declaration
    public DocumentPath(T document)
    Parameters
    Type Name Description
    T document

    Methods

    | Edit this page View Source

    Equals(DocumentPath<T>)

    Declaration
    public bool Equals(DocumentPath<T> other)
    Parameters
    Type Name Description
    DocumentPath<T> other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    Id(Id)

    Declaration
    public static DocumentPath<T> Id(Id id)
    Parameters
    Type Name Description
    Id id
    Returns
    Type Description
    DocumentPath<T>
    | Edit this page View Source

    Id(T)

    Declaration
    public static DocumentPath<T> Id(T @object)
    Parameters
    Type Name Description
    T object
    Returns
    Type Description
    DocumentPath<T>
    | Edit this page View Source

    Index(IndexName)

    Declaration
    public DocumentPath<T> Index(IndexName index)
    Parameters
    Type Name Description
    IndexName index
    Returns
    Type Description
    DocumentPath<T>

    Operators

    | Edit this page View Source

    operator ==(DocumentPath<T>, DocumentPath<T>)

    Declaration
    public static bool operator ==(DocumentPath<T> x, DocumentPath<T> y)
    Parameters
    Type Name Description
    DocumentPath<T> x
    DocumentPath<T> y
    Returns
    Type Description
    bool
    | Edit this page View Source

    implicit operator DocumentPath<T>(Id)

    Declaration
    public static implicit operator DocumentPath<T>(Id id)
    Parameters
    Type Name Description
    Id id
    Returns
    Type Description
    DocumentPath<T>
    | Edit this page View Source

    implicit operator DocumentPath<T>(Guid)

    Declaration
    public static implicit operator DocumentPath<T>(Guid id)
    Parameters
    Type Name Description
    Guid id
    Returns
    Type Description
    DocumentPath<T>
    | Edit this page View Source

    implicit operator DocumentPath<T>(long)

    Declaration
    public static implicit operator DocumentPath<T>(long id)
    Parameters
    Type Name Description
    long id
    Returns
    Type Description
    DocumentPath<T>
    | Edit this page View Source

    implicit operator DocumentPath<T>(string)

    Declaration
    public static implicit operator DocumentPath<T>(string id)
    Parameters
    Type Name Description
    string id
    Returns
    Type Description
    DocumentPath<T>
    | Edit this page View Source

    implicit operator DocumentPath<T>(T)

    Declaration
    public static implicit operator DocumentPath<T>(T @object)
    Parameters
    Type Name Description
    T object
    Returns
    Type Description
    DocumentPath<T>
    | Edit this page View Source

    operator !=(DocumentPath<T>, DocumentPath<T>)

    Declaration
    public static bool operator !=(DocumentPath<T> x, DocumentPath<T> y)
    Parameters
    Type Name Description
    DocumentPath<T> x
    DocumentPath<T> y
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>
    IDocumentPath

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • DocumentPath(Id)
      • DocumentPath(T)
    • Methods
      • Equals(DocumentPath<T>)
      • Equals(object)
      • GetHashCode()
      • Id(Id)
      • Id(T)
      • Index(IndexName)
    • Operators
      • operator ==(DocumentPath<T>, DocumentPath<T>)
      • implicit operator DocumentPath<T>(Id)
      • implicit operator DocumentPath<T>(Guid)
      • implicit operator DocumentPath<T>(long)
      • implicit operator DocumentPath<T>(string)
      • implicit operator DocumentPath<T>(T)
      • operator !=(DocumentPath<T>, DocumentPath<T>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX