Class RelationName
Assembly: OpenSearch.Client.dll
Syntax
public class RelationName : IEquatable<RelationName>, IUrlParameter
Properties
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public Type Type { get; }
Property Value
Methods
|
Edit this page
View Source
Create(Type)
Declaration
public static RelationName Create(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
|
Edit this page
View Source
Create<T>()
Declaration
public static RelationName Create<T>() where T : class
Returns
Type Parameters
|
Edit this page
View Source
Equals(RelationName)
Declaration
public bool Equals(RelationName other)
Parameters
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
EqualsMarker(RelationName)
Declaration
public bool EqualsMarker(RelationName other)
Parameters
Returns
|
Edit this page
View Source
From<T>()
Declaration
public static RelationName From<T>()
Returns
Type Parameters
|
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 ==(RelationName, RelationName)
Declaration
public static bool operator ==(RelationName left, RelationName right)
Parameters
Returns
|
Edit this page
View Source
implicit operator RelationName(string)
Declaration
public static implicit operator RelationName(string typeName)
Parameters
Type |
Name |
Description |
string |
typeName |
|
Returns
|
Edit this page
View Source
implicit operator RelationName(Type)
Declaration
public static implicit operator RelationName(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
|
Edit this page
View Source
operator !=(RelationName, RelationName)
Declaration
public static bool operator !=(RelationName left, RelationName right)
Parameters
Returns
Implements
Extension Methods