Search Results for

    Show / Hide Table of Contents

    Class NumberPropertyDescriptor<T>

    Inheritance
    object
    DescriptorBase<NumberPropertyDescriptor<T>, INumberProperty>
    PropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>
    CorePropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>
    DocValuesPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>
    NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>
    NumberPropertyDescriptor<T>
    Implements
    IDescriptor
    INumberProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Type(NumberType?)
    NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Index(bool?)
    NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.NullValue(double?)
    NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.IgnoreMalformed(bool?)
    NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Coerce(bool?)
    NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Fielddata(Func<NumericFielddataDescriptor, INumericFielddata>)
    NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.ScalingFactor(double?)
    DocValuesPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.DocValues(bool?)
    CorePropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Store(bool?)
    CorePropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Fields(Func<PropertiesDescriptor<T>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Similarity(string)
    CorePropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.CopyTo(Func<FieldsDescriptor<T>, IPromise<Fields>>)
    PropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.DebugDisplay
    PropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.TypeOverride
    PropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Name(PropertyName)
    PropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Name<TValue>(Expression<Func<T, TValue>>)
    PropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<NumberPropertyDescriptor<T>, INumberProperty>.Self
    DescriptorBase<NumberPropertyDescriptor<T>, INumberProperty>.Assign<TValue>(TValue, Action<INumberProperty, 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 NumberPropertyDescriptor<T> : NumberPropertyDescriptorBase<NumberPropertyDescriptor<T>, INumberProperty, T>, IDescriptor, INumberProperty, IDocValuesProperty, ICoreProperty, IProperty, IFieldMapping where T : class
    Type Parameters
    Name Description
    T

    Implements

    IDescriptor
    INumberProperty
    IDocValuesProperty
    ICoreProperty
    IProperty
    IFieldMapping

    Extension Methods

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