Interface IAttributeReflector
This interface is used to reflect contents of AttributeSource or Attribute.
Assembly: DistributedLucene.Net.dll
Syntax
public interface IAttributeReflector
Methods
Name | Description |
---|---|
Reflect(Type, String, Object) | This method gets called for every property in an Attribute/AttributeSource
passing the |
Reflect<T>(String, Object) | LUCENENET specific overload to support generics. |