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