Search Results for

    Show / Hide Table of Contents

    Class RelationName

    Inheritance
    object
    RelationName
    Implements
    IEquatable<RelationName>
    IUrlParameter
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    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
    Type Description
    string
    | Edit this page View Source

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type

    Methods

    | Edit this page View Source

    Create(Type)

    Declaration
    public static RelationName Create(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    RelationName
    | Edit this page View Source

    Create<T>()

    Declaration
    public static RelationName Create<T>() where T : class
    Returns
    Type Description
    RelationName
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    Equals(RelationName)

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

    EqualsMarker(RelationName)

    Declaration
    public bool EqualsMarker(RelationName other)
    Parameters
    Type Name Description
    RelationName other
    Returns
    Type Description
    bool
    | Edit this page View Source

    From<T>()

    Declaration
    public static RelationName From<T>()
    Returns
    Type Description
    RelationName
    Type Parameters
    Name Description
    T
    | 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 ==(RelationName, RelationName)

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

    implicit operator RelationName(string)

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

    implicit operator RelationName(Type)

    Declaration
    public static implicit operator RelationName(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    RelationName
    | Edit this page View Source

    operator !=(RelationName, RelationName)

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

    Implements

    IEquatable<T>
    IUrlParameter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Name
      • Type
    • Methods
      • Create(Type)
      • Create<T>()
      • Equals(RelationName)
      • Equals(object)
      • EqualsMarker(RelationName)
      • From<T>()
      • GetHashCode()
      • ToString()
    • Operators
      • operator ==(RelationName, RelationName)
      • implicit operator RelationName(string)
      • implicit operator RelationName(Type)
      • operator !=(RelationName, RelationName)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX