Class SuggestContextDescriptorBase<TDescriptor, TInterface, T>
Inheritance
SuggestContextDescriptorBase<TDescriptor, TInterface, T>
Assembly: OpenSearch.Client.dll
Syntax
public abstract class SuggestContextDescriptorBase<TDescriptor, TInterface, T> : DescriptorBase<TDescriptor, TInterface>, IDescriptor, ISuggestContext where TDescriptor : SuggestContextDescriptorBase<TDescriptor, TInterface, T>, TInterface, ISuggestContext where TInterface : class, ISuggestContext
Type Parameters
Name |
Description |
TDescriptor |
|
TInterface |
|
T |
|
Properties
|
Edit this page
View Source
Type
Declaration
[IgnoreDataMember]
protected abstract string Type { get; }
Property Value
Methods
|
Edit this page
View Source
Name(string)
Declaration
public TDescriptor Name(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Type |
Description |
TDescriptor |
|
|
Edit this page
View Source
Path(Field)
Declaration
public TDescriptor Path(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
Type |
Description |
TDescriptor |
|
|
Edit this page
View Source
Path<TValue>(Expression<Func<T, TValue>>)
Declaration
public TDescriptor Path<TValue>(Expression<Func<T, TValue>> objectPath)
Parameters
Returns
Type |
Description |
TDescriptor |
|
Type Parameters
Implements
Extension Methods