Search Results for

    Show / Hide Table of Contents

    Class PropertyMappingProvider

    Inheritance
    object
    PropertyMappingProvider
    Implements
    IPropertyMappingProvider
    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 PropertyMappingProvider : IPropertyMappingProvider

    Fields

    | Edit this page View Source

    Properties

    Declaration
    protected readonly ConcurrentDictionary<string, IPropertyMapping> Properties
    Field Value
    Type Description
    ConcurrentDictionary<string, IPropertyMapping>

    Methods

    | Edit this page View Source

    CreatePropertyMapping(MemberInfo)

    Creates an IPropertyMapping for a MemberInfo

    Declaration
    public virtual IPropertyMapping CreatePropertyMapping(MemberInfo memberInfo)
    Parameters
    Type Name Description
    MemberInfo memberInfo
    Returns
    Type Description
    IPropertyMapping

    Implements

    IPropertyMappingProvider

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Fields
      • Properties
    • Methods
      • CreatePropertyMapping(MemberInfo)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX