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 IBehaviorContributorMethods
Section titled “Methods”Contribute()
Section titled “ Contribute()”Returns the behavior topology descriptors contributed by this instance.
IReadOnlyList<BehaviorTopologyDescriptor> Contribute()Returns
Section titled “Returns”IReadOnlyList<BehaviorTopologyDescriptor>
The contributed descriptors.