SimpleConventionScanner Class

Summary

A simple convention scanner that scans using the provided assembly candidate finder Implements the ConventionScannerBase
graph BT Type-->Base0["ConventionScannerBase"] click Base0 "/api/Rocket.Surgery.Conventions.Scanners/ConventionScannerBase" Base0-->Base1["Object"] Type-.->Interface0["IConventionScanner"] click Interface0 "/api/Rocket.Surgery.Conventions.Scanners/IConventionScanner" Type["SimpleConventionScanner"] class Type type-node

Syntax

public class SimpleConventionScanner : ConventionScannerBase, IConventionScanner

Constructors

Methods

Name Value Summary
AppendConvention(IConvention[]) IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
AppendConvention(IEnumerable<IConvention>) IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
AppendConvention(IEnumerable<Type>) IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
AppendConvention(Type[]) IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
AppendConvention<T>() IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
AppendDelegate(Delegate[]) IConventionScanner
Addes a set of delegates to the scanner
Inherited from ConventionScannerBase
AppendDelegate(IEnumerable<Delegate>) IConventionScanner
Adds a set of delegates to the scanner
Inherited from ConventionScannerBase
BuildProvider() IConventionProvider
Creates a provider that returns a set of conventions.
Inherited from ConventionScannerBase
ExceptConvention(Assembly[]) IConventionScanner
Adds an exception to the scanner to exclude a specific type
Inherited from ConventionScannerBase
ExceptConvention(IEnumerable<Assembly>) IConventionScanner
Adds an exception to the scanner to exclude a specific type
Inherited from ConventionScannerBase
ExceptConvention(IEnumerable<Type>) IConventionScanner
Adds an exception to the scanner to exclude a specific type
Inherited from ConventionScannerBase
ExceptConvention(Type[]) IConventionScanner
Adds an exception to the scanner to exclude a specific type
Inherited from ConventionScannerBase
GetAssemblyConventions() IEnumerable<IConvention>
Gets all the assemblies by convention.
Inherited from ConventionScannerBase
PrependConvention(IConvention[]) IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
PrependConvention(IEnumerable<IConvention>) IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
PrependConvention(IEnumerable<Type>) IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
PrependConvention(Type[]) IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
PrependConvention<T>() IConventionScanner
Adds a set of conventions to the scanner
Inherited from ConventionScannerBase
PrependDelegate(Delegate[]) IConventionScanner
Addes a set of delegates to the scanner
Inherited from ConventionScannerBase
PrependDelegate(IEnumerable<Delegate>) IConventionScanner
Adds a set of delegates to the scanner
Inherited from ConventionScannerBase

Extension Methods

See Also