Search Results for

    Show / Hide Table of Contents

    Interface IRelations

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

    Extension Methods

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