ApplicationPartsTypeSource constructor
namespace: Serenity.Web assembly: Serenity.Net.Web
Implementation for a type source that uses ApplicationPartManager to get assemblies. Note that it only includes assemblies that are marked with TypeSourceAssemblyAttribute which is automatically added to assemblies that reference Serenity.Net.Web NuGet package (or Serenity.Net.Web.targets).
public ApplicationPartsTypeSource(ApplicationPartManager partManager, bool topologicalSort = true,
IFeatureToggles featureToggles = null)
See Also
- interface IFeatureToggles
- class ApplicationPartsTypeSource