Show / Hide Table of Contents

ABOUT

This documentation provides a description of the classes that can be used to implement entities' business logic and the available actions during development and use. Classes are grouped by namespace according to developers' ideas, each namespace includes classes and interfaces that can be extended in the Managed Extensibility Framework (MEF) concept to implement attributes and type conversions, bind to the configuration (data sources), and further extend through composition functions.

Using imports, MEF.DEV developers provide parts of their applications (plugins) as extensible and reusable. You, as a third-party developer and using the export functions, can create a separate component (plugin) dedicated to MEF.DEV platform and you can use the MEF composition functions at runtime to connect the import parts with the export parts. In other words, during the composition process, plugins marked with the export attribute are connected to your parts when marked with import attributes.

You can get the latest up-to-date versions of the plugins for development by link https://nuget.mef.dev/

In This Article
Back to top Generated by DocFX