ConventionComposer Class

Summary

Convention base compose, that calls all methods on register. Implements the IConventionComposer<TContext, TContribution, TDelegate>
Assembly
Rocket.Surgery.Conventions.dll
Namespace
Rocket.Surgery.Conventions
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IConventionComposer"] click Interface0 "/api/Rocket.Surgery.Conventions/IConventionComposer" Type["ConventionComposer"] class Type type-node

Syntax

public class ConventionComposer : IConventionComposer

Attributes

Type Description
NullableContextAttribute
NullableAttribute
ObsoleteAttribute

Constructors

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

Methods

Name Value Summary
Register(IConventionContext, IEnumerable<Type>) void
Uses all the conventions and calls the register method for all of them.

Extension Methods

See Also