Search Results for

    Show / Hide Table of Contents

    Class IgnoreClrPropertyMapping<TDocument>

    Inheritance
    object
    ClrPropertyMappingBase<TDocument>
    IgnoreClrPropertyMapping<TDocument>
    Implements
    IClrPropertyMapping<TDocument>
    Inherited Members
    ClrPropertyMappingBase<TDocument>.Self
    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 IgnoreClrPropertyMapping<TDocument> : ClrPropertyMappingBase<TDocument>, IClrPropertyMapping<TDocument> where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Constructors

    | Edit this page View Source

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

    Declaration
    public IgnoreClrPropertyMapping(Expression<Func<TDocument, object>> property)
    Parameters
    Type Name Description
    Expression<Func<TDocument, object>> property

    Implements

    IClrPropertyMapping<TDocument>

    Extension Methods

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