Class FluentBehaviorContributor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Behaviors.Services
Assembly: Cephalon.Behaviors.dll
A behavior contributor that carries a topology descriptor built via fluent DI registration. This contributor represents Layer 4 (highest priority) in the topology resolution chain.
public sealed class FluentBehaviorContributor : IBehaviorContributorInheritance
Section titled “Inheritance”object ← FluentBehaviorContributor
Implements
Section titled “Implements”IBehaviorContributor
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”FluentBehaviorContributor(BehaviorTopologyDescriptor)
Section titled “ FluentBehaviorContributor(BehaviorTopologyDescriptor)”Initializes the contributor with the pre-built topology descriptor.
public FluentBehaviorContributor(BehaviorTopologyDescriptor descriptor)Parameters
Section titled “Parameters”descriptor BehaviorTopologyDescriptor
The behavior topology descriptor to contribute.
Methods
Section titled “Methods”Contribute()
Section titled “ Contribute()”Returns the single behavior topology descriptor carried by this contributor.
public IReadOnlyList<BehaviorTopologyDescriptor> Contribute()Returns
Section titled “Returns”IReadOnlyList<BehaviorTopologyDescriptor>
The contributed descriptor.