Skip to content

Interface IBehaviorContributor

Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll

Contributes behavior topology descriptors to the active runtime’s catalog. Implementations are collected via dependency injection enumeration.

public interface IBehaviorContributor

Returns the behavior topology descriptors contributed by this instance.

IReadOnlyList<BehaviorTopologyDescriptor> Contribute()

IReadOnlyList<BehaviorTopologyDescriptor>

The contributed descriptors.