Search Results for

    Show / Hide Table of Contents

    Class Ids

    Inheritance
    object
    Ids
    Implements
    IUrlParameter
    IEquatable<Ids>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class Ids : IUrlParameter, IEquatable<Ids>

    Constructors

    | Edit this page View Source

    Ids(IEnumerable<string>)

    Declaration
    public Ids(IEnumerable<string> value)
    Parameters
    Type Name Description
    IEnumerable<string> value
    | Edit this page View Source

    Ids(string)

    Declaration
    public Ids(string value)
    Parameters
    Type Name Description
    string value

    Methods

    | Edit this page View Source

    Equals(Ids)

    Declaration
    public bool Equals(Ids other)
    Parameters
    Type Name Description
    Ids 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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    operator ==(Ids, Ids)

    Declaration
    public static bool operator ==(Ids left, Ids right)
    Parameters
    Type Name Description
    Ids left
    Ids right
    Returns
    Type Description
    bool
    | Edit this page View Source

    implicit operator Ids(string)

    Declaration
    public static implicit operator Ids(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    Ids
    | Edit this page View Source

    implicit operator Ids(string[])

    Declaration
    public static implicit operator Ids(string[] value)
    Parameters
    Type Name Description
    string[] value
    Returns
    Type Description
    Ids
    | Edit this page View Source

    operator !=(Ids, Ids)

    Declaration
    public static bool operator !=(Ids left, Ids right)
    Parameters
    Type Name Description
    Ids left
    Ids right
    Returns
    Type Description
    bool

    Implements

    IUrlParameter
    IEquatable<T>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • Ids(IEnumerable<string>)
      • Ids(string)
    • Methods
      • Equals(Ids)
      • Equals(object)
      • GetHashCode()
      • ToString()
    • Operators
      • operator ==(Ids, Ids)
      • implicit operator Ids(string)
      • implicit operator Ids(string[])
      • operator !=(Ids, Ids)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX