Rocket.Surgery.Conventions.Scanners Namespace

Class Types

Class Summary
AggregateConventionScanner A convention provider that is bootstrapped with a set of conventions that allow for manual inalization of the initial conventions. Implements the ConventionScannerBase
BasicConventionScanner A basic convention scanner that doesn't scan any assemblies it only composes provided conventions. Implements the IConventionScanner
ConventionScannerBase Base class for various scanners Implements the IConventionScanner
DelegateOrConvention A pattern match class that is used to determine if a type is a IConvention, a Delegate or None Implements the DelegateOrConvention
SimpleConventionScanner A simple convention scanner that scans using the provided assembly candidate finder Implements the ConventionScannerBase

Interface Types

Interface Summary
IConventionProvider IConventionProvider
IConventionScanner The convention scanner interface is used to find conventions and return those conventions in order they are added.