Search Results for

    Show / Hide Table of Contents

    Interface IClrPropertyMapping<TDocument>

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IClrPropertyMapping<TDocument> where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Properties

    | Edit this page View Source

    Ignore

    Declaration
    bool Ignore { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    NewName

    Declaration
    string NewName { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Property

    Declaration
    Expression<Func<TDocument, object>> Property { get; set; }
    Property Value
    Type Description
    Expression<Func<TDocument, object>>

    Methods

    | Edit this page View Source

    ToPropertyMapping()

    Declaration
    IPropertyMapping ToPropertyMapping()
    Returns
    Type Description
    IPropertyMapping

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Ignore
      • NewName
      • Property
    • Methods
      • ToPropertyMapping()
    • Extension Methods
    Back to top Generated by DocFX