ConventionComposer<TContext, TContribution, TDelegate> Class

Summary

Convention base compose, that calls all methods on register. Implements the IConventionComposer<TContext, TContribution, TDelegate>
ConventionComposer
Object
IConventionComposer
IConvention

Syntax

public abstract class ConventionComposer<TContext, TContribution, TDelegate> : 
    IConventionComposer<TContext, TContribution, TDelegate>, IConvention<TContext>, IConvention
    
    where TContext : IConventionContext where TContribution : IConvention<TContext> where TDelegate : Delegate

Attributes

Type Description
NullableContextAttribute
NullableAttribute
ObsoleteAttribute

Type Parameters

Name Description
TContext The context type
TContribution The contribution type
TDelegate The delegate type

Constructors

Name Summary
ConventionComposer(IConventionScanner) A base compose that does the composing of conventions and delegates

Methods

Name Value Summary
Register(TContext) void
Registers the specified context.

Extension Methods

See Also