IConventionProvider Interface

Summary

IConventionProvider
graph BT Type["IConventionProvider"] class Type type-node

Syntax

public interface IConventionProvider

Attributes

Type Description
NullableContextAttribute

Methods

Name Value Summary
Get<TContribution, TDelegate>(HostType) IEnumerable<DelegateOrConvention>
Gets this instance. filtered by host type
GetAll(HostType) IEnumerable<DelegateOrConvention>
Gets a all the conventions from the provider filtered by host type

Extension Methods