Search Results for

    Show / Hide Table of Contents

    Class FieldValues

    Inheritance
    object
    IsADictionaryBase<string, LazyDocument>
    FieldValues
    Implements
    IIsADictionary<string, LazyDocument>
    IDictionary<string, LazyDocument>
    ICollection<KeyValuePair<string, LazyDocument>>
    IEnumerable<KeyValuePair<string, LazyDocument>>
    IEnumerable
    IIsADictionary
    Inherited Members
    IsADictionaryBase<string, LazyDocument>.this[string]
    IsADictionaryBase<string, LazyDocument>.BackingDictionary
    IsADictionaryBase<string, LazyDocument>.ValidateKey(string)
    IsADictionaryBase<string, LazyDocument>.Sanitize(string)
    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 FieldValues : IsADictionaryBase<string, LazyDocument>, IIsADictionary<string, LazyDocument>, IDictionary<string, LazyDocument>, ICollection<KeyValuePair<string, LazyDocument>>, IEnumerable<KeyValuePair<string, LazyDocument>>, IEnumerable, IIsADictionary

    Constructors

    | Edit this page View Source

    FieldValues()

    Declaration
    protected FieldValues()

    Fields

    | Edit this page View Source

    Empty

    Declaration
    public static readonly FieldValues Empty
    Field Value
    Type Description
    FieldValues

    Methods

    | Edit this page View Source

    IsNullable(Type)

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

    IsNumeric(Type)

    Declaration
    public static bool IsNumeric(Type myType)
    Parameters
    Type Name Description
    Type myType
    Returns
    Type Description
    bool
    | Edit this page View Source

    ValueOf<T, TValue>(Expression<Func<T, TValue>>)

    Declaration
    public TValue ValueOf<T, TValue>(Expression<Func<T, TValue>> objectPath) where T : class
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    TValue
    Type Parameters
    Name Description
    T
    TValue
    | Edit this page View Source

    Value<TValue>(Field)

    Declaration
    public TValue Value<TValue>(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    TValue
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    ValuesOf<TValue>(Field)

    Declaration
    public TValue[] ValuesOf<TValue>(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    TValue[]
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    Values<T, TValue>(Expression<Func<T, TValue>>)

    Declaration
    public TValue[] Values<T, TValue>(Expression<Func<T, TValue>> objectPath) where T : class
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> objectPath
    Returns
    Type Description
    TValue[]
    Type Parameters
    Name Description
    T
    TValue

    Implements

    IIsADictionary<TKey, TValue>
    IDictionary<TKey, TValue>
    ICollection<T>
    IEnumerable<T>
    IEnumerable
    IIsADictionary

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • FieldValues()
    • Fields
      • Empty
    • Methods
      • IsNullable(Type)
      • IsNumeric(Type)
      • ValueOf<T, TValue>(Expression<Func<T, TValue>>)
      • Value<TValue>(Field)
      • ValuesOf<TValue>(Field)
      • Values<T, TValue>(Expression<Func<T, TValue>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX