IConventionComposer Interface

Summary

Takes a list of conventions and composes them with the given context Implements the IConvention<TContext>
graph BT Type["IConventionComposer"] class Type type-node Implementing0["ConventionComposer"]-.->Type click Implementing0 "/api/Rocket.Surgery.Conventions/ConventionComposer"

Syntax

public interface IConventionComposer

Attributes

Type Description
NullableContextAttribute
ObsoleteAttribute

Methods

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

Extension Methods

Name Value Summary
Register(IConventionContext, Type, Type[]) void
Uses all the conventions and calls the register method for all of them.
SetBackingValue<IConventionComposer, TV>(Expression<Func<IConventionComposer, TV>>, TV) T
Sets the backing value.
With<IConventionComposer, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.

See Also