Class Ids
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
|
Edit this page
View Source
Ids(string)
Declaration
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
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
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
|
Edit this page
View Source
implicit operator Ids(string)
Declaration
public static implicit operator Ids(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
|
Edit this page
View Source
implicit operator Ids(string[])
Declaration
public static implicit operator Ids(string[] value)
Parameters
Type |
Name |
Description |
string[] |
value |
|
Returns
|
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
Implements
Extension Methods