WebApiStartupExtensions.SetDeltaTypeProvider(IServiceCollection, Func<Type, Type>) Method
Namespace: DevExpress.ExpressApp.WebApi.Services
Assembly: DevExpress.ExpressApp.WebApi.v25.2.dll
NuGet Package: DevExpress.ExpressApp.WebApi
Declaration
public static void SetDeltaTypeProvider(
this IServiceCollection services,
Func<Type, Type> value
)
Parameters
| Name | Type |
|---|---|
| services | IServiceCollection |
| value | Func<Type, Type> |
See Also