Search Results for

    Show / Hide Table of Contents

    Class IsADictionaryDescriptorBase<TDescriptor, TInterface, TKey, TValue>

    Inheritance
    object
    DescriptorPromiseBase<TDescriptor, TInterface>
    IsADictionaryDescriptorBase<TDescriptor, TInterface, TKey, TValue>
    AliasesDescriptor
    AllocationAttributesDescriptor
    AnalyzersDescriptor
    CharFiltersDescriptor
    CustomSimilarityDescriptor
    DynamicIndexSettingsDescriptorBase<TDescriptor, TIndexSettings>
    DynamicTemplateContainerDescriptor<T>
    InferenceFieldMapDescriptor<TDocument>
    KnnMethodParametersDescriptor
    MultiBucketsPathDescriptor
    NamedFiltersContainerDescriptor<T>
    NormalizersDescriptor
    PerFieldAnalyzerDescriptor<T>
    PropertiesDescriptor<T>
    RelationsDescriptor
    RuntimeFieldsDescriptor<TDocument>
    ScriptFieldsDescriptor
    SimilaritiesDescriptor
    SuggestContainerDescriptor<T>
    TokenFiltersDescriptor
    TokenizersDescriptor
    Implements
    IDescriptor
    IPromise<TInterface>
    Inherited Members
    DescriptorPromiseBase<TDescriptor, TInterface>.Self
    DescriptorPromiseBase<TDescriptor, TInterface>.Assign(Action<TInterface>)
    DescriptorPromiseBase<TDescriptor, TInterface>.Assign<TNewValue>(TNewValue, Action<TInterface, TNewValue>)
    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 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

    IDescriptor
    IPromise<TValue>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IsADictionaryDescriptorBase(TInterface)
    • Methods
      • Assign(TKey, TValue)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX