Show / Hide Table of Contents

Class ItemIndexerPool

Contains all of the item indexers found through MEF

Inheritance
object
ItemIndexerPool
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
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

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX