Class ItemIndexerPool
Contains all of the item indexers found through MEF
Inherited Members
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public sealed class ItemIndexerPool
Properties
Instance
Gets the one and only singleton instance of this class.
Declaration
public static ItemIndexerPool Instance { get; }
Property Value
Type | Description |
---|---|
ItemIndexerPool | The one and only instance. |
ItemIndexers
Gets the item formatters from MEF.
Declaration
[ImportMany(AllowRecomposition = true)]
public IEnumerable<IItemIndexer> ItemIndexers { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<IItemIndexer> | The item formatters. |
Methods
Initialize()
Initializes this instance.
Declaration
public bool Initialize()
Returns
Type | Description |
---|---|
bool |