Interface IPropertyMappingProvider
Provides mappings for CLR types
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IPropertyMappingProvider
Methods
| Edit this page View SourceCreatePropertyMapping(MemberInfo)
Creates an IPropertyMapping for a MemberInfo
Declaration
IPropertyMapping CreatePropertyMapping(MemberInfo memberInfo)
Parameters
Type | Name | Description |
---|---|---|
MemberInfo | memberInfo |
Returns
Type | Description |
---|---|
IPropertyMapping |