Search Results for

    Show / Hide Table of Contents

    Class PropertyMappingDescriptor<TDocument>

    Inheritance
    object
    DescriptorBase<PropertyMappingDescriptor<TDocument>, IDescriptor>
    PropertyMappingDescriptor<TDocument>
    Implements
    IDescriptor
    Inherited Members
    DescriptorBase<PropertyMappingDescriptor<TDocument>, IDescriptor>.Self
    DescriptorBase<PropertyMappingDescriptor<TDocument>, IDescriptor>.Assign<TValue>(TValue, Action<IDescriptor, TValue>)
    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 PropertyMappingDescriptor<TDocument> : DescriptorBase<PropertyMappingDescriptor<TDocument>, IDescriptor>, IDescriptor where TDocument : class
    Type Parameters
    Name Description
    TDocument

    Methods

    | Edit this page View Source

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

    Declaration
    public PropertyMappingDescriptor<TDocument> Ignore(Expression<Func<TDocument, object>> property)
    Parameters
    Type Name Description
    Expression<Func<TDocument, object>> property
    Returns
    Type Description
    PropertyMappingDescriptor<TDocument>
    | Edit this page View Source

    PropertyName(Expression<Func<TDocument, object>>, string)

    Declaration
    public PropertyMappingDescriptor<TDocument> PropertyName(Expression<Func<TDocument, object>> property, string field)
    Parameters
    Type Name Description
    Expression<Func<TDocument, object>> property
    string field
    Returns
    Type Description
    PropertyMappingDescriptor<TDocument>

    Implements

    IDescriptor

    Extension Methods

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