Namespace System.Linq.Dynamic.Core.CustomTypeProviders
Classes
AbstractDynamicLinqCustomTypeProvider
The abstract DynamicLinqCustomTypeProvider which is used by the DefaultDynamicLinqCustomTypeProvider and can be used by a custom TypeProvider like in .NET Core.
DefaultDynamicLinqCustomTypeProvider
The default implementation for DefaultDynamicLinqCustomTypeProvider.
Scans the current AppDomain for all types marked with DynamicLinqTypeAttribute, and adds them as custom Dynamic Link types.
Also provides functionality to resolve a Type in the current Application Domain.
This class is used as default for full .NET Framework and .NET Core App 2.x and higher.
DynamicLinqTypeAttribute
Indicates to Dynamic Linq to consider the Type as a valid dynamic linq type.
Interfaces
IDynamicLinkCustomTypeProvider
Interface for providing functionality to find custom types for or resolve any type. Note that this interface will be marked obsolete in the next version. Use IDynamicLinqCustomTypeProvider instead.
IDynamicLinqCustomTypeProvider
Interface for providing functionality to find custom types for or resolve any type.