Class EvalCtxSerciceExtension
- Namespace
- Tlabs.Data.Processing
- Assembly
- Tlabs.Data.dll
ISchemaCtxDescriptor registration extension.
public static class EvalCtxSerciceExtension
- Inheritance
-
EvalCtxSerciceExtension
- Inherited Members
Methods
AddSchemaCtxDescriptor<T>(IServiceCollection, string)
Register ISchemaCtxDescriptor for ISchemaEvalContext of type T
.
public static IServiceCollection AddSchemaCtxDescriptor<T>(this IServiceCollection services, string contextTypeName) where T : ISchemaEvalContext, new()
Parameters
services
IServiceCollectioncontextTypeName
string
Returns
Type Parameters
T