Class IsADictionaryDescriptorBase<TDescriptor, TInterface, TKey, TValue>
Inheritance
IsADictionaryDescriptorBase<TDescriptor, TInterface, TKey, TValue>
Assembly: OpenSearch.Client.dll
Syntax
public abstract class IsADictionaryDescriptorBase<TDescriptor, TInterface, TKey, TValue> : DescriptorPromiseBase<TDescriptor, TInterface>, IDescriptor, IPromise<TInterface> where TDescriptor : IsADictionaryDescriptorBase<TDescriptor, TInterface, TKey, TValue> where TInterface : class, IIsADictionary<TKey, TValue>
Type Parameters
| Name |
Description |
| TDescriptor |
|
| TInterface |
|
| TKey |
|
| TValue |
|
Constructors
|
Edit this page
View Source
IsADictionaryDescriptorBase(TInterface)
Declaration
protected IsADictionaryDescriptorBase(TInterface instance)
Parameters
| Type |
Name |
Description |
| TInterface |
instance |
|
Methods
|
Edit this page
View Source
Assign(TKey, TValue)
Declaration
protected TDescriptor Assign(TKey key, TValue value)
Parameters
| Type |
Name |
Description |
| TKey |
key |
|
| TValue |
value |
|
Returns
| Type |
Description |
| TDescriptor |
|
Implements
Extension Methods