Skip to content

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 IBehaviorAdvisoryContributor

Contributes advisories for the current runtime state.

IReadOnlyList<IBehaviorAdvisory> Contribute()

IReadOnlyList<IBehaviorAdvisory>

The advisories contributed by this instance.