Class JoinAttribute
Inheritance
JoinAttribute
Assembly: OpenSearch.Client.dll
Syntax
public class JoinAttribute : OpenSearchPropertyAttributeBase, IPropertyMapping, IJoinProperty, IProperty, IFieldMapping
Constructors
|
Edit this page
View Source
JoinAttribute(RelationName, RelationName, params RelationName[])
Declaration
public JoinAttribute(RelationName parent, RelationName child, params RelationName[] moreChildren)
Parameters
|
Edit this page
View Source
JoinAttribute(string, string, params string[])
Declaration
public JoinAttribute(string parent, string child, params string[] moreChildren)
Parameters
|
Edit this page
View Source
JoinAttribute(Type, Type, params Type[])
Declaration
public JoinAttribute(Type parent, Type child, params Type[] moreChildren)
Parameters
Type |
Name |
Description |
Type |
parent |
|
Type |
child |
|
Type[] |
moreChildren |
|
Implements
Extension Methods