Search Results for

    Show / Hide Table of Contents

    Class Inferrer

    Inheritance
    object
    Inferrer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class Inferrer

    Constructors

    | Edit this page View Source

    Inferrer(IConnectionSettingsValues)

    Declaration
    public Inferrer(IConnectionSettingsValues connectionSettings)
    Parameters
    Type Name Description
    IConnectionSettingsValues connectionSettings

    Methods

    | Edit this page View Source

    Field(Field)

    Declaration
    public string Field(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    string
    | Edit this page View Source

    Id(Type, object)

    Declaration
    public string Id(Type type, object instance)
    Parameters
    Type Name Description
    Type type
    object instance
    Returns
    Type Description
    string
    | Edit this page View Source

    Id<T>(T)

    Declaration
    public string Id<T>(T instance) where T : class
    Parameters
    Type Name Description
    T instance
    Returns
    Type Description
    string
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    IndexName(IndexName)

    Declaration
    public string IndexName(IndexName index)
    Parameters
    Type Name Description
    IndexName index
    Returns
    Type Description
    string
    | Edit this page View Source

    IndexName<T>()

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

    PropertyName(PropertyName)

    Declaration
    public string PropertyName(PropertyName property)
    Parameters
    Type Name Description
    PropertyName property
    Returns
    Type Description
    string
    | Edit this page View Source

    RelationName(RelationName)

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

    RelationName<T>()

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

    Resolve(IUrlParameter)

    Declaration
    public string Resolve(IUrlParameter urlParameter)
    Parameters
    Type Name Description
    IUrlParameter urlParameter
    Returns
    Type Description
    string
    | Edit this page View Source

    Routing(Type, object)

    Declaration
    public string Routing(Type type, object instance)
    Parameters
    Type Name Description
    Type type
    object instance
    Returns
    Type Description
    string
    | Edit this page View Source

    Routing<T>(T)

    Declaration
    public string Routing<T>(T document)
    Parameters
    Type Name Description
    T document
    Returns
    Type Description
    string
    Type Parameters
    Name Description
    T

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • Inferrer(IConnectionSettingsValues)
    • Methods
      • Field(Field)
      • Id(Type, object)
      • Id<T>(T)
      • IndexName(IndexName)
      • IndexName<T>()
      • PropertyName(PropertyName)
      • RelationName(RelationName)
      • RelationName<T>()
      • Resolve(IUrlParameter)
      • Routing(Type, object)
      • Routing<T>(T)
    • Extension Methods
    Back to top Generated by DocFX