Class Children
Assembly: OpenSearch.Client.dll
Syntax
public class Children : List<RelationName>, IList<RelationName>, ICollection<RelationName>, IReadOnlyList<RelationName>, IReadOnlyCollection<RelationName>, IEnumerable<RelationName>, IList, ICollection, IEnumerable
Constructors
|
Edit this page
View Source
Children()
Declaration
|
Edit this page
View Source
Children(RelationName, params RelationName[])
Declaration
public Children(RelationName child, params RelationName[] moreChildren)
Parameters
Operators
|
Edit this page
View Source
implicit operator Children(RelationName)
Declaration
public static implicit operator Children(RelationName child)
Parameters
Returns
|
Edit this page
View Source
implicit operator Children(string)
Declaration
public static implicit operator Children(string type)
Parameters
Type |
Name |
Description |
string |
type |
|
Returns
|
Edit this page
View Source
implicit operator Children(Type)
Declaration
public static implicit operator Children(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Implements
Extension Methods