Search Results for

    Show / Hide Table of Contents

    Class JoinField.Child

    Inheritance
    object
    JoinField.Child
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class JoinField.Child

    Constructors

    | Edit this page View Source

    Child(RelationName, Id)

    Declaration
    public Child(RelationName name, Id parent)
    Parameters
    Type Name Description
    RelationName name
    Id parent

    Properties

    | Edit this page View Source

    Name

    Declaration
    public RelationName Name { get; }
    Property Value
    Type Description
    RelationName
    | Edit this page View Source

    ParentId

    Declaration
    public Id ParentId { get; }
    Property Value
    Type Description
    Id

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • Child(RelationName, Id)
    • Properties
      • Name
      • ParentId
    • Extension Methods
    Back to top Generated by DocFX