World is now on Opti ID! Learn more

Interface IMappingManager

Namespace: SolrNet.Mapping
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public interface IMappingManager : IReadOnlyMappingManager

Methods

Add(PropertyInfo)

Declaration
void Add(PropertyInfo property)
Parameters
Type Name Description
System.Reflection.PropertyInfo property

Add(PropertyInfo, String)

Declaration
void Add(PropertyInfo property, string fieldName)
Parameters
Type Name Description
System.Reflection.PropertyInfo property
System.String fieldName

SetUniqueKey(PropertyInfo)

Declaration
void SetUniqueKey(PropertyInfo property)
Parameters
Type Name Description
System.Reflection.PropertyInfo property