The argument of BuildEligibility(IEligibilityBuilder<T>). Allows the implementation to add requirements using methods of EligibilityExtensions.
Namespace: Metalama.Framework.Eligibility
Assembly: Metalama.Framework.dll
Syntax
public interface IEligibilityBuilder<out T> : IEligibilityBuilder where T : class
Type Parameters
Name | Description |
---|---|
T | Type of declaration. |
Methods
Name | Description |
---|---|
AddRule(IEligibilityRule<T>) | Adds a rule to the current builder. For convenience, user code should use extension methods from EligibilityExtensions. |