Interface IBehaviorAdvisoryContributor
Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll
Contributes behavior advisories to the active runtime’s advisory catalog. Implementations are collected via dependency injection enumeration.
public interface IBehaviorAdvisoryContributorMethods
Section titled “Methods”Contribute()
Section titled “ Contribute()”Contributes advisories for the current runtime state.
IReadOnlyList<IBehaviorAdvisory> Contribute()Returns
Section titled “Returns”IReadOnlyList<IBehaviorAdvisory>
The advisories contributed by this instance.