IConvention<TContext> Interface

Summary

A default interface that can be used to create a convention with a known context type context is used to house all the data that the convention requires to do it's job This can be things like a service collection, container builder, logger, etc. Implements the IConvention
IConvention

Syntax

public interface IConvention<in TContext> : IConvention where TContext : IConventionContext

Type Parameters

Name Description
TContext The convention type that contains all the values for this convention to work

Methods

Name Value Summary
Register(TContext) void

Extension Methods

See Also