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
servicesIServiceCollectioncontextTypeNamestring
Returns
Type Parameters
T