Search Results for

    Show / Hide Table of Contents

    Class ClrPropertyMappingBase<TDocument>

    Inheritance
    object
    ClrPropertyMappingBase<TDocument>
    IgnoreClrPropertyMapping<TDocument>
    RenameClrPropertyMapping<TDocument>
    Implements
    IClrPropertyMapping<TDocument>
    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 abstract class ClrPropertyMappingBase<TDocument> : IClrPropertyMapping<TDocument> where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Constructors

    | Edit this page View Source

    ClrPropertyMappingBase(Expression<Func<TDocument, object>>)

    Declaration
    protected ClrPropertyMappingBase(Expression<Func<TDocument, object>> property)
    Parameters
    Type Name Description
    Expression<Func<TDocument, object>> property

    Properties

    | Edit this page View Source

    Self

    Declaration
    protected IClrPropertyMapping<TDocument> Self { get; }
    Property Value
    Type Description
    IClrPropertyMapping<TDocument>

    Implements

    IClrPropertyMapping<TDocument>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • ClrPropertyMappingBase(Expression<Func<TDocument, object>>)
    • Properties
      • Self
    • Implements
    • Extension Methods
    Back to top Generated by DocFX