Class ClrPropertyMappingBase<TDocument>
Inheritance
ClrPropertyMappingBase<TDocument>
Assembly: OpenSearch.Client.dll
Syntax
public abstract class ClrPropertyMappingBase<TDocument> : IClrPropertyMapping<TDocument> where TDocument : class
Type Parameters
Name |
Description |
TDocument |
|
Constructors
|
Edit this page
View Source
ClrPropertyMappingBase(Expression<Func<TDocument, object>>)
Declaration
protected ClrPropertyMappingBase(Expression<Func<TDocument, object>> property)
Parameters
Properties
|
Edit this page
View Source
Self
Declaration
protected IClrPropertyMapping<TDocument> Self { get; }
Property Value
Implements
Extension Methods