Search Results for

    Show / Hide Table of Contents

    Class IsADictionaryBase<TKey, TValue>

    Inheritance
    object
    IsADictionaryBase<TKey, TValue>
    AggregationDictionary
    Aliases
    AllocationAttributes
    Analyzers
    CharFilters
    CustomSimilarity
    DynamicIndexSettings
    DynamicTemplateContainer
    FieldTypes
    FieldValues
    InferenceFieldMap
    KnnMethodParameters
    MultiBucketsPath
    NamedFiltersContainer
    Normalizers
    PerFieldAnalyzer
    Properties
    Properties<T>
    Relations
    RemoteClusterConfiguration
    RuntimeFields
    ScriptFields
    Similarities
    SuggestContainer
    TokenFilters
    Tokenizers
    Implements
    IIsADictionary<TKey, TValue>
    IDictionary<TKey, TValue>
    ICollection<KeyValuePair<TKey, TValue>>
    IEnumerable<KeyValuePair<TKey, TValue>>
    IEnumerable
    IIsADictionary
    Inherited Members
    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 IsADictionaryBase<TKey, TValue> : IIsADictionary<TKey, TValue>, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IIsADictionary
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    | Edit this page View Source

    IsADictionaryBase()

    Declaration
    protected IsADictionaryBase()
    | Edit this page View Source

    IsADictionaryBase(IDictionary<TKey, TValue>)

    Declaration
    protected IsADictionaryBase(IDictionary<TKey, TValue> backingDictionary)
    Parameters
    Type Name Description
    IDictionary<TKey, TValue> backingDictionary

    Properties

    | Edit this page View Source

    BackingDictionary

    Declaration
    protected Dictionary<TKey, TValue> BackingDictionary { get; }
    Property Value
    Type Description
    Dictionary<TKey, TValue>
    | Edit this page View Source

    this[TKey]

    Declaration
    public TValue this[TKey key] { get; set; }
    Parameters
    Type Name Description
    TKey key
    Property Value
    Type Description
    TValue

    Methods

    | Edit this page View Source

    Sanitize(TKey)

    Declaration
    protected virtual TKey Sanitize(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type Description
    TKey
    | Edit this page View Source

    ValidateKey(TKey)

    Declaration
    protected virtual TKey ValidateKey(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type Description
    TKey

    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
      • IsADictionaryBase()
      • IsADictionaryBase(IDictionary<TKey, TValue>)
    • Properties
      • BackingDictionary
      • this[TKey]
    • Methods
      • Sanitize(TKey)
      • ValidateKey(TKey)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX