Search Results for

    Show / Hide Table of Contents

    Class MappingWalker

    Inheritance
    object
    MappingWalker
    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 MappingWalker

    Constructors

    | Edit this page View Source

    MappingWalker(IMappingVisitor)

    Declaration
    public MappingWalker(IMappingVisitor visitor)
    Parameters
    Type Name Description
    IMappingVisitor visitor

    Methods

    | Edit this page View Source

    Accept(GetMappingResponse)

    Declaration
    public void Accept(GetMappingResponse response)
    Parameters
    Type Name Description
    GetMappingResponse response
    | Edit this page View Source

    Accept(IProperties)

    Declaration
    public void Accept(IProperties properties)
    Parameters
    Type Name Description
    IProperties properties
    | Edit this page View Source

    Accept(ITypeMapping)

    Declaration
    public void Accept(ITypeMapping mapping)
    Parameters
    Type Name Description
    ITypeMapping mapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • MappingWalker(IMappingVisitor)
    • Methods
      • Accept(GetMappingResponse)
      • Accept(IProperties)
      • Accept(ITypeMapping)
    • Extension Methods
    Back to top Generated by DocFX