Search Results for

    Show / Hide Table of Contents

    Interface IProperties

    Inherited Members
    IDictionary<PropertyName, IProperty>.Add(PropertyName, IProperty)
    IDictionary<PropertyName, IProperty>.ContainsKey(PropertyName)
    IDictionary<PropertyName, IProperty>.Remove(PropertyName)
    IDictionary<PropertyName, IProperty>.TryGetValue(PropertyName, out IProperty)
    IDictionary<PropertyName, IProperty>.this[PropertyName]
    IDictionary<PropertyName, IProperty>.Keys
    IDictionary<PropertyName, IProperty>.Values
    ICollection<KeyValuePair<PropertyName, IProperty>>.Add(KeyValuePair<PropertyName, IProperty>)
    ICollection<KeyValuePair<PropertyName, IProperty>>.Clear()
    ICollection<KeyValuePair<PropertyName, IProperty>>.Contains(KeyValuePair<PropertyName, IProperty>)
    ICollection<KeyValuePair<PropertyName, IProperty>>.CopyTo(KeyValuePair<PropertyName, IProperty>[], int)
    ICollection<KeyValuePair<PropertyName, IProperty>>.Remove(KeyValuePair<PropertyName, IProperty>)
    ICollection<KeyValuePair<PropertyName, IProperty>>.Count
    ICollection<KeyValuePair<PropertyName, IProperty>>.IsReadOnly
    IEnumerable<KeyValuePair<PropertyName, IProperty>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IProperties : IIsADictionary<PropertyName, IProperty>, IDictionary<PropertyName, IProperty>, ICollection<KeyValuePair<PropertyName, IProperty>>, IEnumerable<KeyValuePair<PropertyName, IProperty>>, IEnumerable, IIsADictionary

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Extension Methods
    Back to top Generated by DocFX