Interface IReadOnlyMappingManager

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

Methods

GetFields(Type)

Declaration
ICollection<KeyValuePair<PropertyInfo, string>> GetFields(Type type)
Parameters
Type Name Description
System.Type type
Returns
Type Description
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Reflection.PropertyInfo, System.String>>

GetRegisteredTypes()

Declaration
ICollection<Type> GetRegisteredTypes()
Returns
Type Description
System.Collections.Generic.ICollection<System.Type>

GetUniqueKey(Type)

Declaration
KeyValuePair<PropertyInfo, string> GetUniqueKey(Type type)
Parameters
Type Name Description
System.Type type
Returns
Type Description
System.Collections.Generic.KeyValuePair<System.Reflection.PropertyInfo, System.String>