IConventionComposer.

Register(IConventionContext, IEnumerable<Type>) Method

Summary

Uses all the conventions and calls the register method for all of them.

Syntax

void Register(IConventionContext context, IEnumerable<Type> types)

Parameters

Name Type Description
context IConventionContext The valid context for the types
types IEnumerable<Type> The types to compose with. This type will either be a System.Delegate that takes IConventionContext, or a type that implements IConvention<TContext>

Return Value

Type Description
void