Class LocalEventHandlerOrderAttribute
Inheritance
LocalEventHandlerOrderAttribute
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class LocalEventHandlerOrderAttribute : Attribute
Constructors
LocalEventHandlerOrderAttribute(int)
Declaration
public LocalEventHandlerOrderAttribute(int order)
Parameters
Type |
Name |
Description |
int |
order |
|
Properties
Order
Declaration
public int Order { get; set; }
Property Value
Extension Methods