Class Relations
Assembly: OpenSearch.Client.dll
Syntax
public class Relations : IsADictionaryBase<RelationName, Children>, IRelations, IIsADictionary<RelationName, Children>, IDictionary<RelationName, Children>, ICollection<KeyValuePair<RelationName, Children>>, IEnumerable<KeyValuePair<RelationName, Children>>, IEnumerable, IIsADictionary
Constructors
|
Edit this page
View Source
Relations()
Declaration
|
Edit this page
View Source
Relations(Dictionary<RelationName, Children>)
Declaration
public Relations(Dictionary<RelationName, Children> container)
Parameters
|
Edit this page
View Source
Relations(IDictionary<RelationName, Children>)
Declaration
public Relations(IDictionary<RelationName, Children> container)
Parameters
Methods
|
Edit this page
View Source
Add(RelationName, Children)
Declaration
public void Add(RelationName type, Children children)
Parameters
|
Edit this page
View Source
Add(RelationName, RelationName, params RelationName[])
Declaration
public void Add(RelationName type, RelationName child, params RelationName[] moreChildren)
Parameters
Implements
Extension Methods