Share via


TypeProvider

You can use the TypeProvider to customize and configure the CCF pluggable components, across AIF and MCE.

The following image shows implementation of TypeProvider:

The TypeProvider is implemented in three customizable stages:

  • TypeResolver
  • TypeLoader
  • TypeActivator

The TypeProvider gathers different components to be retrieved from the .NET configuration. You can use a ConfigurationSection to store the information. Optionally, you can customize the TypeProvider; else it will use the default configurations.