Search Results for

    Show / Hide Table of Contents

    Class ObjectTypeDescriptor<TParent, TChild>

    Inheritance
    object
    DescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty>
    PropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>
    CorePropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>
    ObjectPropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent, TChild>
    ObjectTypeDescriptor<TParent, TChild>
    Implements
    IDescriptor
    IObjectProperty
    ICoreProperty
    IProperty
    IFieldMapping
    Inherited Members
    ObjectPropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent, TChild>.Dynamic(Union<bool, DynamicMapping>)
    ObjectPropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent, TChild>.Dynamic(bool)
    ObjectPropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent, TChild>.Enabled(bool?)
    ObjectPropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent, TChild>.Properties(Func<PropertiesDescriptor<TChild>, IPromise<IProperties>>)
    ObjectPropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent, TChild>.AutoMap(IPropertyVisitor, int)
    ObjectPropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent, TChild>.AutoMap(int)
    CorePropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.Store(bool?)
    CorePropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.Fields(Func<PropertiesDescriptor<TParent>, IPromise<IProperties>>)
    CorePropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.Similarity(string)
    CorePropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.CopyTo(Func<FieldsDescriptor<TParent>, IPromise<Fields>>)
    PropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.DebugDisplay
    PropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.TypeOverride
    PropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.Name(PropertyName)
    PropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.Name<TValue>(Expression<Func<TParent, TValue>>)
    PropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.LocalMetadata(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    PropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent>.Meta(Func<FluentDictionary<string, string>, FluentDictionary<string, string>>)
    DescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty>.Self
    DescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty>.Assign<TValue>(TValue, Action<IObjectProperty, 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 ObjectTypeDescriptor<TParent, TChild> : ObjectPropertyDescriptorBase<ObjectTypeDescriptor<TParent, TChild>, IObjectProperty, TParent, TChild>, IDescriptor, IObjectProperty, ICoreProperty, IProperty, IFieldMapping where TParent : class where TChild : class
    Type Parameters
    Name Description
    TParent
    TChild

    Implements

    IDescriptor
    IObjectProperty
    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