SolrNet: SolrNet.IReadOnlyMappingManager Interface Reference

SolrNet

SolrNet.IReadOnlyMappingManager Interface Reference

Service interface for mapping Solr fields to object properties. More...

Inheritance diagram for SolrNet.IReadOnlyMappingManager:

List of all members.

Public Member Functions

IDictionary< string,
SolrFieldModel
GetFields (Type type)
 Gets fields mapped for this type.
SolrFieldModel GetUniqueKey (Type type)
 Gets unique key for the type.
ICollection< Type > GetRegisteredTypes ()
 Gets all registered document types in this mapping manager.

Detailed Description

Service interface for mapping Solr fields to object properties.


Member Function Documentation

IDictionary<string,SolrFieldModel> SolrNet.IReadOnlyMappingManager.GetFields ( Type  type )

Gets fields mapped for this type.

Parameters:
type
Returns:
Empty collection if type is not mapped

Implemented in SolrNet.Mapping.AllPropertiesMappingManager, SolrNet.Mapping.AttributesMappingManager, SolrNet.Mapping.MappingManager, and SolrNet.Mapping.MemoizingMappingManager.

ICollection<Type> SolrNet.IReadOnlyMappingManager.GetRegisteredTypes (  )
SolrFieldModel SolrNet.IReadOnlyMappingManager.GetUniqueKey ( Type  type )

Gets unique key for the type.

Parameters:
type
Returns:
Null if type has no unique key defined

Implemented in SolrNet.Mapping.AllPropertiesMappingManager, SolrNet.Mapping.AttributesMappingManager, SolrNet.Mapping.MappingManager, and SolrNet.Mapping.MemoizingMappingManager.


The documentation for this interface was generated from the following file:
  • SolrNet/IReadOnlyMappingManager.cs
Generated on Sun May 3 2015 17:19:05 for SolrNet by  doxygen 1.7.2