Class FieldValues
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
Fields
|
Edit this page
View Source
Empty
Declaration
public static readonly FieldValues Empty
Field Value
Methods
|
Edit this page
View Source
IsNullable(Type)
Declaration
public static bool IsNullable(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
|
Edit this page
View Source
IsNumeric(Type)
Declaration
public static bool IsNumeric(Type myType)
Parameters
Type |
Name |
Description |
Type |
myType |
|
Returns
|
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
Returns
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 Parameters
|
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
|
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
Returns
Type |
Description |
TValue[] |
|
Type Parameters
Name |
Description |
T |
|
TValue |
|
Implements
Extension Methods