Search Results for

    Show / Hide Table of Contents

    Class FieldResolver

    Inheritance
    object
    FieldResolver
    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 FieldResolver

    Constructors

    | Edit this page View Source

    FieldResolver(IConnectionSettingsValues)

    Declaration
    public FieldResolver(IConnectionSettingsValues settings)
    Parameters
    Type Name Description
    IConnectionSettingsValues settings

    Fields

    | Edit this page View Source

    Fields

    Declaration
    protected readonly ConcurrentDictionary<Field, string> Fields
    Field Value
    Type Description
    ConcurrentDictionary<Field, string>
    | Edit this page View Source

    Properties

    Declaration
    protected readonly ConcurrentDictionary<PropertyName, string> Properties
    Field Value
    Type Description
    ConcurrentDictionary<PropertyName, string>

    Methods

    | Edit this page View Source

    Resolve(Field)

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

    Resolve(PropertyName)

    Declaration
    public string Resolve(PropertyName property)
    Parameters
    Type Name Description
    PropertyName property
    Returns
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • FieldResolver(IConnectionSettingsValues)
    • Fields
      • Fields
      • Properties
    • Methods
      • Resolve(Field)
      • Resolve(PropertyName)
    • Extension Methods
    Back to top Generated by DocFX