NETFx Filtering Reflection Catalog NuGet Package

Provides dinamic filtering of parts and exports from an underlying reflection-based catalog using a simple lambda expression that can inspect the export, its metadata and its exporting reflected type (part).

Example: var filtered = new FilteringReflectionCatalog(innerCatalog)
{
// Filter all parts that don't have an "IsPublic" metadata
PartFilter = part =>
part.PartDefinition.Metadata.ContainsKey("IsPublic")
};.




Got any NETFx Filtering Reflection Catalog Question?





Info

Version: 1.0.0.33
Author(s): Clarius, Daniel Cazzulino, kzu
Last Update: Wednesday, June 15, 2011
.NET Fiddle: Create the first Fiddle
Project Url: http://netfx.codeplex.com
NuGet Url: https://www.nuget.org/packages/netfx-System.ComponentModel.FilteringReflectionCatalog


Install
Install-Package netfx-System.ComponentModel.FilteringReflectionCatalog
dotnet add package netfx-System.ComponentModel.FilteringReflectionCatalog
paket add netfx-System.ComponentModel.FilteringReflectionCatalog
netfx-System.ComponentModel.FilteringReflectionCatalog Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

1

days-since-last-release

4671