Class AttributeSource.AttributeFactory
An AttributeSource.AttributeFactory creates instances of Attributes.
Inheritance
System.Object
AttributeSource.AttributeFactory
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class AttributeFactory : object
Fields
Name | Description |
---|---|
DEFAULT_ATTRIBUTE_FACTORY | This is the default factory that creates Attributes using the
from the prefix.
|
Methods
Name | Description |
---|---|
CreateAttributeInstance<T>() | returns an Attribute for the supplied IAttribute interface. |