Class RenameClrPropertyMapping<TDocument>
Inheritance
RenameClrPropertyMapping<TDocument>
Assembly: OpenSearch.Client.dll
Syntax
public class RenameClrPropertyMapping<TDocument> : ClrPropertyMappingBase<TDocument>, IClrPropertyMapping<TDocument> where TDocument : class
Type Parameters
Name |
Description |
TDocument |
|
Constructors
|
Edit this page
View Source
RenameClrPropertyMapping(Expression<Func<TDocument, object>>, string)
Declaration
public RenameClrPropertyMapping(Expression<Func<TDocument, object>> property, string newName)
Parameters
Implements
Extension Methods