A base aspect that overrides the implementation of an event.
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[AttributeUsage(AttributeTargets.Event)]
public abstract class OverrideEventAspect : EventAspect, IAspect<IEvent>, IAspect, ICompileTimeSerializable, ITemplateProvider, IEligible<IEvent>
Constructors
Name | Description |
---|---|
OverrideEventAspect() |
Methods
Name | Description |
---|---|
BuildAspect(IAspectBuilder<IEvent>) | Initializes the aspect. The implementation must add advice, child aspects and validators
using the |
BuildEligibility(IEligibilityBuilder<IEvent>) | Configures the eligibility of the aspect or attribute. Implementations are not allowed to reference non-static members. Implementations must call the implementation of the base class if it exists. |
OverrideAdd(dynamic) | |
OverrideRemove(dynamic) |